Presupuestador_web/client/components.json

18 lines
334 B
JSON
Raw Normal View History

2024-06-06 11:05:54 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
2024-10-01 11:43:10 +00:00
"css": "src/global.css",
2024-06-06 11:05:54 +00:00
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "src/",
"utils": "@/lib/utils"
}
2024-10-01 11:43:10 +00:00
}