chore: update start command for render deployment

This commit is contained in:
Ephraim Atta-Duncan
2023-08-10 01:34:42 +00:00
parent c573e15ac2
commit 201c0ac22a

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p $PORT",
"lint": "next lint",
"db-studio": "prisma db studio",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"