wireadmin/web/components.json
Shahrad Elahi ae787625b9
update
2024-05-29 18:32:19 +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"
}
}