flbxcup/components.json
2025-06-23 23:12:40 +02:00

16 lines
358 B
JSON

{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"tailwind": {
"css": "resources/css/app.css",
"baseColor": "neutral"
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"hooks": "@/hooks",
"lib": "@/lib"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}