diff --git a/packages/ui/components.json b/packages/ui/components.json new file mode 100644 index 00000000..16436139 --- /dev/null +++ b/packages/ui/components.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "new-york", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "src/globals.css", + "baseColor": "gray", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/utils", + "ui": "@/components" + } +} \ No newline at end of file