aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components.json
diff options
context:
space:
mode:
authorMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
committerMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
commit39003aff23d64ff1d96074d71521f6023c9bec01 (patch)
tree3f870c04b3dce315bba1b21aa2da158494e71774 /apps/web/components.json
parentMerge pull request #355 from supermemoryai/archive (diff)
downloadsupermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz
supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip
New Version of Supermemory Consumer App
Diffstat (limited to 'apps/web/components.json')
-rw-r--r--apps/web/components.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/apps/web/components.json b/apps/web/components.json
index e7346c66..d42a2c76 100644
--- a/apps/web/components.json
+++ b/apps/web/components.json
@@ -1,20 +1,20 @@
{
- "$schema": "https://ui.shadcn.com/schema.json",
- "aliases": {
- "components": "~/components",
- "hooks": "~/hooks",
- "lib": "~/lib",
- "ui": "~/components/ui",
- "utils": "~/lib/utils"
- },
- "rsc": false,
- "style": "new-york",
- "tailwind": {
- "baseColor": "stone",
- "config": "tailwind.config.ts",
- "css": "app/tailwind.css",
- "cssVariables": true,
- "prefix": ""
- },
- "tsx": true
-} \ No newline at end of file
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "new-york",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "",
+ "css": "../../packages/ui/globals.css",
+ "baseColor": "zinc",
+ "cssVariables": true
+ },
+ "iconLibrary": "lucide",
+ "aliases": {
+ "components": "@ui/components",
+ "hooks": "@/hooks",
+ "lib": "@/lib",
+ "utils": "@lib/utils",
+ "ui": "@ui/components"
+ }
+}