Replace server port by 3001
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"lint": "xo",
|
||||
"dev": "node server",
|
||||
"build": "next build",
|
||||
"start": "NODE_ENV=production node server"
|
||||
"start": "NODE_ENV=production node server -p 3001"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.7.1",
|
||||
|
||||
Reference in New Issue
Block a user