migration script

This commit is contained in:
Niki Wix Skaarup 2025-04-12 02:51:24 +02:00
parent 2a6875016e
commit 8986f6533e
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C

View file

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