Files
colanode/apps/desktop/components.json
2024-11-13 23:44:21 +01:00

18 lines
374 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/renderer/styles/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/renderer/components",
"utils": "@/shared/lib/utils"
}
}