chore(config): fix components.json configuration
This commit is contained in:
parent
f5ea9dd06c
commit
9e08c8409d
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
"rsc": false,
|
"rsc": false,
|
||||||
"tsx": true,
|
"tsx": true,
|
||||||
"tailwind": {
|
"tailwind": {
|
||||||
"config": "tailwind.config.js",
|
"config": "tailwind.config.ts",
|
||||||
"css": "@/styles/main.css",
|
"css": "@/index.css",
|
||||||
"baseColor": "slate",
|
"baseColor": "slate",
|
||||||
"cssVariables": true
|
"cssVariables": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue