trifid/tfweb/components.json

13 lines
269 B
JSON
Raw Normal View History

2023-12-17 02:49:03 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.pcss",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}