personal-website/components.json
2023-12-01 02:22:05 +00:00

17 lines
338 B
JSON

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