remove port in package scripts
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"dev": "next dev -p 3001",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3001"
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.11.0",
|
||||
|
||||
Reference in New Issue
Block a user