Skip to content

Commit

Permalink
chore(remix-dev): Declare the --port flag for arg (#3694)
Browse files Browse the repository at this point in the history
Closes #3693
  • Loading branch information
machour authored Jul 10, 2022
1 parent 2a59335 commit 540af5a
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 540af5a

Please sign in to comment.