Remove server.js and add 3001 to dev and start port

This commit is contained in:
2023-07-22 12:56:26 +04:00
parent a812f31c3c
commit 7e8bfe9822
2 changed files with 2 additions and 171 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"private": true,
"scripts": {
"lint": "xo",
"dev": "node server",
"dev": "next dev -p 3001",
"build": "next build",
"start": "NODE_ENV=production node server -p 3001"
"start": "next start -p 3001"
},
"dependencies": {
"@emotion/cache": "^11.7.1",