diff options
| author | Dhravya <[email protected]> | 2024-05-25 18:41:41 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-25 18:41:41 -0500 |
| commit | 7de11483c9bea1e7845a476e2ca40219f64b999d (patch) | |
| tree | c9b38b49a4ff75f0983178ea5774e6e7f4038237 /components.json | |
| parent | refactored UI, with shared components and UI, better rules and million lint (diff) | |
| download | supermemory-7de11483c9bea1e7845a476e2ca40219f64b999d.tar.xz supermemory-7de11483c9bea1e7845a476e2ca40219f64b999d.zip | |
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/components.json b/components.json new file mode 100644 index 00000000..72e61759 --- /dev/null +++ b/components.json @@ -0,0 +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" + } +} |