mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
chore(apps.web): use process.env.PORT instead
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user