mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
chore: set PORT-3000 in double-quote
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
committed by
GitHub
parent
59edecd350
commit
20075e4c69
@@ -19,7 +19,7 @@
|
||||
"dev": "next dev",
|
||||
"lint": "next lint",
|
||||
"format": "prettier . --write",
|
||||
"start": "next start --port ${PORT-3000}"
|
||||
"start": "next start --port \"${PORT-3000}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "12.2.4",
|
||||
|
||||
Reference in New Issue
Block a user