site/components.json

15 lines
279 B
JSON
Raw Normal View History

2024-04-02 17:35:26 -07:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/lib/app.css",
"baseColor": "zinc"
2024-04-02 17:35:26 -07:00
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
2024-04-04 15:34:04 -07:00
}