Frontend/components.json
Liam cb15f18bfe
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 8s
start work on the frontend
2024-04-14 18:46:37 +01:00

18 lines
348 B
JSON

{
"$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": {
"components": "@/components",
"utils": "@/lib/utils"
}
}