Skip to content

Commit

Permalink
fix(remix-dev): Declare the --port flag for arg
Browse files Browse the repository at this point in the history
Closes #3693
  • Loading branch information
machour committed Jul 10, 2022
1 parent 2a59335 commit 8e6ddf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remix-dev/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export async function run(argv: string[] = process.argv.slice(2)) {
"--json": Boolean,
"--migration": String,
"-m": "--migration",
"--port": Number,
"-p": "--port",
"--remix-version": String,
"--sourcemap": Boolean,
"--template": String,
Expand Down

0 comments on commit 8e6ddf5

Please sign in to comment.