chore: run db migrations

This commit is contained in:
2026-04-02 17:32:25 +02:00
parent effbe7d9c5
commit 66594ce8bd
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"build": "sern build",
"start": "bun run --inspect .",
"db:migrate": "prisma migrate deploy",
"install": "sern build",
"commands:publish": "sern commands publish",
"dev": "sern build -w --watch-command \"bun start\"",