mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 21:50:10 +00:00
[MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations
This commit is contained in:
parent
ac3b161781
commit
9f0fb14d56
17 changed files with 609 additions and 224 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue