add back migrations

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-12 08:59:59 +02:00
parent fd5a23e75a
commit 6b7e75e004

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "bun src/app.ts",
"start": "bunx prisma migrate deploy && bun src/app.ts",
"dev": "bun --watch src/app.ts",
"codegen": "bunx prisma generate"
},