wireadmin/web/components.json
Shahrad Elahi efb93e5e31
v2 (#11)
2024-05-29 20:10:18 +03:30

14 lines
269 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "gray"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}