Chrysoblog/components.json

15 lines
275 B
JSON
Raw Normal View History

2024-09-11 07:54:39 -07:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "stone"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
2024-09-28 23:59:37 -07:00
}