You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run my next app in production, programmatically. However I notice it never exits the next build step and instead starts the server on port 3000, without hitting the start script.
Package.json
"scripts": {
"start:prod": "npm run build && cross-env NODE_ENV=production node server",
"build": "next client/ && next build"
}
Hi,
I am trying to run my next app in production, programmatically. However I notice it never exits the
next build
step and instead starts the server on port 3000, without hitting the start script.Package.json
Screenshot
The text was updated successfully, but these errors were encountered: