wireadmin/web/components.json

14 lines
269 B
JSON
Raw Normal View History

2023-11-02 13:02:33 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
2023-11-04 01:19:47 +00:00
"css": "src/app.css",
2023-11-02 13:02:33 +00:00
"baseColor": "gray"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
2023-12-19 09:51:11 +00:00
}