aboutsummaryrefslogtreecommitdiff
path: root/apps/web/package.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-14 23:35:19 -0500
committerDhravya <[email protected]>2024-06-14 23:35:19 -0500
commit9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2 (patch)
tree372de593c837b0a963c081a1db58447ac4e08084 /apps/web/package.json
parentMerge branch 'codetorso' of https://github.com/Dhravya/supermemory into codet... (diff)
downloadsupermemory-9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2.tar.xz
supermemory-9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2.zip
[MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations
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",