Frontend/components.json
Liam 46384ed26e
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m13s
add mojang endpoint status page
2024-04-16 22:50:42 +01:00

18 lines
355 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": "@/app/components",
"utils": "@/common/utils"
}
}