aboutsummaryrefslogtreecommitdiff
path: root/apps/web/package.json
diff options
context:
space:
mode:
authorKartik <[email protected]>2024-06-15 20:36:41 +0530
committerKartik <[email protected]>2024-06-15 20:36:41 +0530
commit8ecfc654c77262a40f8458b2b4e44c163ad094bd (patch)
tree1c2b3ad23bb55808acf98f0229b13d2f7e8649ef /apps/web/package.json
parentchore: Remove unused variables and dependencies (diff)
parentgetspaces and other features integrated with the backend (diff)
downloadarchived-supermemory-8ecfc654c77262a40f8458b2b4e44c163ad094bd.tar.xz
archived-supermemory-8ecfc654c77262a40f8458b2b4e44c163ad094bd.zip
Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso
Diffstat (limited to 'apps/web/package.json')
-rw-r--r--apps/web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json
index 324f5655..19f77187 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -11,7 +11,8 @@
"pages:build": "bunx @cloudflare/next-on-pages",
"preview": "bun pages:build && wrangler pages dev",
"deploy": "bun pages:build && wrangler pages deploy",
- "schema-update": "bunx drizzle-orm"
+ "schema-update": "bunx drizzle-kit generate sqlite",
+ "update-local-db": "bunx wrangler d1 execute dev-d1-anycontext --local"
},
"dependencies": {
"@million/lint": "^1.0.0-rc.11",