diff options
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/components.json b/components.json index 72e61759..ac02cc79 100644 --- a/components.json +++ b/components.json @@ -1,18 +1,18 @@ { - "$schema": "https://ui.shadcn.com/schema.json", - "style": "default", - "rsc": true, - "tsx": true, - "tailwind": { - "config": "tailwind.config.ts", - "css": "packages/tailwind-config/globals.css", - "baseColor": "neutral", - "cssVariables": true, - "prefix": "" - }, - "aliases": { - "components": "packages/ui/components", - "utils": "@repo/ui/lib/utils", - "ui": "packages/ui/shadcn" - } + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "packages/tailwind-config/globals.css", + "baseColor": "neutral", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "packages/ui/components", + "utils": "@repo/ui/lib/utils", + "ui": "packages/ui/shadcn" + } } |