From ca3201688de8a81992aa5e1e76125229a20bc54a Mon Sep 17 00:00:00 2001 From: Ezequiel Parziale Date: Mon, 18 Nov 2024 10:37:33 -0300 Subject: [PATCH] :wrench: chore: upgrade shadcn config --- components.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components.json b/components.json index 95832d2..d710b49 100644 --- a/components.json +++ b/components.json @@ -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" } \ No newline at end of file