Skip to content

Commit

Permalink
docs: update components.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 3, 2024
1 parent a27b45e commit 8b76598
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,19 @@ React + shadcn-ui
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"css": "styles/global.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"rsc": false,
"tsx": true,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
"utils": "~/lib/utils",
"components": "~/components",
"ui": "~/components/ui"
}
}
```
Expand Down

0 comments on commit 8b76598

Please sign in to comment.