diff options
| author | Kartik <[email protected]> | 2024-06-15 20:36:41 +0530 |
|---|---|---|
| committer | Kartik <[email protected]> | 2024-06-15 20:36:41 +0530 |
| commit | 8ecfc654c77262a40f8458b2b4e44c163ad094bd (patch) | |
| tree | 1c2b3ad23bb55808acf98f0229b13d2f7e8649ef /apps/web/package.json | |
| parent | chore: Remove unused variables and dependencies (diff) | |
| parent | getspaces and other features integrated with the backend (diff) | |
| download | archived-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.json | 3 |
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", |