WebChat/components.json

17 lines
324 B
JSON
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "@/index.css",
2023-07-11 20:22:57 +00:00
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
2023-07-14 12:04:51 +00:00
"utils": "@/utils/index"
2023-07-11 20:22:57 +00:00
}
}