Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created April 25, 2018 12:58
Show Gist options
  • Save gladchinda/99df00c8a71415467b348b96d43dd23e to your computer and use it in GitHub Desktop.
Save gladchinda/99df00c8a71415467b348b96d43dd23e to your computer and use it in GitHub Desktop.
"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