[MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations

This commit is contained in:
Dhravya 2024-06-14 23:35:19 -05:00
parent ac3b161781
commit 9f0fb14d56
17 changed files with 609 additions and 224 deletions

View file

@ -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",