diff options
| author | Samrat Malisetti <[email protected]> | 2024-07-19 11:19:50 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-19 11:19:50 -0700 |
| commit | 581ce2780ea8b8b931539adcbddacf1d322fd027 (patch) | |
| tree | 4813158cd7aa3abb44c7e3884cfd4415d8b5148c /components.json | |
| parent | fixed mbile layout (diff) | |
| parent | Disabled sentry for now because of unreasonably large bundle size (diff) | |
| download | supermemory-581ce2780ea8b8b931539adcbddacf1d322fd027.tar.xz supermemory-581ce2780ea8b8b931539adcbddacf1d322fd027.zip | |
Merge branch 'main' into fix/mobile-layout
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" + } } |