hostforge/components.json

17 lines
335 B
JSON
Raw Normal View History

2023-11-03 19:05:29 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "zinc",
"cssVariables": true
},
"aliases": {
"components": "src/components",
2024-05-23 02:41:29 +00:00
"utils": "~/utils/utils"
2023-11-03 19:05:29 +00:00
}
}