Commit b70e947
committed
fix(db): add db:migrate:render script using npx to avoid Bun SIGSEGV crash
drizzle-kit crashes with SIGSEGV when run via Bun on Render.
This adds a separate script that uses npx (Node.js) for Render deployments.
See: oven-sh/bun#20483, oven-sh/bun#237401 parent 058904e commit b70e947
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments