ShadCN setup

This commit is contained in:
Julien Valverdé
2024-07-19 01:06:29 +02:00
parent 061272ee0c
commit ea2fc9f23f
6 changed files with 170 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
{
"$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": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}