remove apprunner config, add migrate-and-start script, disable next telemetry with environment variable

This commit is contained in:
Matthias Nannt
2022-07-14 15:07:29 +02:00
parent 13462fccee
commit 8aa55bf8ae
3 changed files with 3 additions and 24 deletions
+1
View File
@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"migrate-and-start": "prisma migrate deploy && next start",
"lint": "next lint"
},
"dependencies": {