Skip to content

Instantly share code, notes, and snippets.

@oguzhanaslan
Created January 17, 2018 12:22
Show Gist options
  • Save oguzhanaslan/a0765d01ee428577bc9970e054709789 to your computer and use it in GitHub Desktop.
Save oguzhanaslan/a0765d01ee428577bc9970e054709789 to your computer and use it in GitHub Desktop.
package.json
{
"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