app/components.json
2024-03-11 06:37:35 +01:00

14 lines
295 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.pcss",
"baseColor": "stone"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils.js"
},
"typescript": true
}