Frontend/components.json

18 lines
355 B
JSON
Raw Normal View History

2024-04-14 17:46:37 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
2024-04-16 21:50:42 +00:00
"components": "@/app/components",
"utils": "@/common/utils"
2024-04-14 17:46:37 +00:00
}
}