Skip to content

Instantly share code, notes, and snippets.

@isaachinman
Created March 5, 2019 14:17
Show Gist options
  • Save isaachinman/c4952472409d8fbc068c6a2a92185e1c to your computer and use it in GitHub Desktop.
Save isaachinman/c4952472409d8fbc068c6a2a92185e1c 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