Skip to content

Instantly share code, notes, and snippets.

@SergioGeeK7
Created February 21, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergioGeeK7/431f7c408db97640f77f8e010545eaf0 to your computer and use it in GitHub Desktop.
Save SergioGeeK7/431f7c408db97640f77f8e010545eaf0 to your computer and use it in GitHub Desktop.
package.json custom nextjs server file
{
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment