no migrations

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-12 08:18:00 +02:00
parent 9ce18c480d
commit f32b53a7cb

View File

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