migration script
This commit is contained in:
parent
2a6875016e
commit
8986f6533e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun src/index.ts",
|
||||
"start": "bun migrate && bun src/index.ts",
|
||||
"dev": "bun --watch run src/index.ts",
|
||||
"hot": "bun --hot run src/index.ts",
|
||||
"build": "bun build src/index.ts --compile --minify --sourcemap --target=bun-linux-x64-modern --outfile dist/app",
|
||||
|
|
Loading…
Add table
Reference in a new issue