From 12f00c9f934d30da4c9d458a7c8f30c1dcb09135 Mon Sep 17 00:00:00 2001 From: Marcus Collier Date: Mon, 2 Sep 2024 20:07:15 +0800 Subject: [PATCH] fix: add in shadcn components.json file --- packages/ui/components.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/ui/components.json 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