www/components.json
Rainnny7 1d7bc5c311
Some checks are pending
Deploy Site / docker (ubuntu-latest, 2.44.0) (push) Waiting to run
Initial Commit
2024-09-13 21:20:05 -04:00

20 lines
424 B
JSON

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