mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": false,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/assets/styles/main.scss",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|