Files
cms.fellies.org/packages/ui/components.json
2026-02-10 01:25:57 +01:00

17 lines
336 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "../../apps/web/src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@cms/ui/components",
"utils": "@cms/ui/utils"
}
}