From 8986f6533e604dc86a4af62fb895d4ddc2e04090 Mon Sep 17 00:00:00 2001 From: Niki Wix Skaarup Date: Sat, 12 Apr 2025 02:51:24 +0200 Subject: [PATCH] migration script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",