isambard/components.json

17 lines
341 B
JSON
Raw Normal View History

2024-07-29 01:48:38 +02:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "src/@/components",
"utils": "src/@/lib/utils"
}
}