more templates.. gotta work on it now !

This commit is contained in:
Soph :3 2026-01-02 15:07:36 +02:00
parent ecc89954e7
commit 4e3aceed6a
21 changed files with 427 additions and 9 deletions

16
components.json Normal file
View file

@ -0,0 +1,16 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}