AdelieStack/components.json
Bradley Shellnut 2c2f33ea68
Initial commit
2024-12-31 22:43:09 +00:00

14 lines
No EOL
277 B
JSON

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