chore(apps.web): use process.env.PORT instead

Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
Hanif Dwy Putra S
2022-10-01 09:07:51 +00:00
parent 20075e4c69
commit b40c4e0631

View File

@@ -19,7 +19,7 @@
"dev": "next dev",
"lint": "next lint",
"format": "prettier . --write",
"start": "next start --port \"${PORT-3000}\""
"start": "next start --port process.env.PORT"
},
"devDependencies": {
"@next/eslint-plugin-next": "12.2.4",