Create custom server
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"dev": "next dev",
|
||||
"dev": "node server",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "NODE_ENV=production node server"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.2",
|
||||
|
||||
Reference in New Issue
Block a user