preciazo/sepa/sitio2/components.json

15 lines
274 B
JSON
Raw Normal View History

2024-09-14 13:36:39 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
2024-09-14 15:07:05 +00:00
}