Skip to content

Commit

Permalink
🔧 chore: upgrade shadcn config
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeparziale committed Nov 18, 2024
1 parent deee29c commit ca32016
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}

0 comments on commit ca32016

Please sign in to comment.