chore: monorepo setup and web foundation

This commit is contained in:
Maze Winther
2026-05-27 00:30:10 +02:00
parent 3f2d5cfcaa
commit 446e68e65e
76 changed files with 3476 additions and 2653 deletions
+8 -4
View File
@@ -1,15 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"style": "base-mira",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles.css",
"baseColor": "zinc",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "hugeicons",
"rtl": false,
"aliases": {
"components": "#/components",
"utils": "#/lib/utils",
@@ -17,5 +19,7 @@
"lib": "#/lib",
"hooks": "#/hooks"
},
"iconLibrary": "lucide"
}
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}