diff --git a/package.json b/package.json index ee2cb93..9982bde 100644 --- a/package.json +++ b/package.json @@ -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",