Files
stats/apps/web/components.json
Carl-Gerhard Lindesvärd 206ae54dea gui: work in progress
2023-10-17 21:47:37 +02:00

16 lines
330 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/utils/cn"
}
}