Added PORT param to start script (#50)

This commit is contained in:
David
2021-10-03 20:51:36 +02:00
committed by GitHub
parent f00703d52b
commit 126ded01fd
2 changed files with 2 additions and 2 deletions

View File

@@ -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"