aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 14:50:42 -0700
committerDhravya <[email protected]>2024-03-30 14:50:42 -0700
commit2e6d1ce574d446c425fc29154b2f55ce5060185e (patch)
treef713b4feed078d3de5b70f3e1c2d1a10542fa9a0 /apps/web/components.json
parentadded policy (diff)
downloadsupermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.tar.xz
supermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.zip
fix: hot update in dev mode! FINALLY
Diffstat (limited to 'apps/web/components.json')
-rw-r--r--apps/web/components.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/apps/web/components.json b/apps/web/components.json
index 2fceff5e..483d0a6e 100644
--- a/apps/web/components.json
+++ b/apps/web/components.json
@@ -1,16 +1,16 @@
{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "default",
- "rsc": true,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.ts",
- "css": "src/app/globals.css",
- "baseColor": "gray",
- "cssVariables": false
- },
- "aliases": {
- "utils": "@/lib/utils",
- "components": "@/components"
- }
-} \ No newline at end of file
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "src/app/globals.css",
+ "baseColor": "gray",
+ "cssVariables": false
+ },
+ "aliases": {
+ "utils": "@/lib/utils",
+ "components": "@/components"
+ }
+ } \ No newline at end of file