Created
February 21, 2020 14:53
-
-
Save SergioGeeK7/431f7c408db97640f77f8e010545eaf0 to your computer and use it in GitHub Desktop.
package.json custom nextjs server file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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