code-share/components.json

18 lines
348 B
JSON
Raw Normal View History

2024-02-18 21:14:41 +07:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
2024-02-22 12:14:58 +00:00
"css": "renderer/globals.css",
2024-02-18 21:14:41 +07:00
"baseColor": "slate",
"cssVariables": false,
"prefix": ""
},
"aliases": {
2024-02-22 12:14:58 +00:00
"components": "~/components",
"utils": "~/lib/utils"
2024-02-18 21:14:41 +07:00
}
2024-02-22 12:14:58 +00:00
}