chore(config): Update components.json configuration
- Add $schema property for UI component configuration validation - Remove hardcoded Tailwind config path - Normalize JSON formatting - Maintain existing project configuration settings
This commit is contained in:
parent
a12633b47d
commit
7353205199
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"style": "new-york",
|
||||
"rsc": false,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "config/tailwind.config.js",
|
||||
"config": "",
|
||||
"css": "src/index.css",
|
||||
"baseColor": "slate",
|
||||
"cssVariables": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue