This commit is contained in:
2025-03-09 17:13:31 +01:00
parent 47d4c7926e
commit 8fedbc34fa
24 changed files with 755 additions and 9 deletions

14
frontend/components.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.mjs",
"css": "src/styles/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}