Added PORT param to start script (#50)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"dev": "next dev",
|
||||
"debug": "NODE_OPTIONS='--inspect' next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start --port ${PORT-3000}",
|
||||
"test": "jest",
|
||||
"cy:open": "cypress open",
|
||||
"cy:run": "cypress run"
|
||||
|
||||
Reference in New Issue
Block a user