chore: update start command for render deployment
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start -p $PORT",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"db-studio": "prisma db studio",
|
"db-studio": "prisma db studio",
|
||||||
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"
|
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"
|
||||||
|
|||||||
Reference in New Issue
Block a user