Replace server port by 3001

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-28 10:29:10 +04:00
parent 61bb17ad51
commit 17cfab687c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",