Files
frontend-svelte/components.json
2026-01-01 13:13:52 +03:00

17 lines
372 B
JSON

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