docs/components.json
Rainnny7 4ea7794fdc
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 29s
Initial Commit
2024-10-06 15:51:56 -04:00

20 lines
418 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}