Skip to content

Commit

Permalink
Introduce port argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis authored and zburke committed Dec 4, 2024
1 parent 752757c commit 7259755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/commands/federate.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ module.exports = {
describe: 'Run the Webpack Bundle Analyzer after build (launches in browser)',
type: 'boolean',
})
.option('port', {
describe: 'A port which will be used for the remote federated module',
type: 'number',
})
.example('$0 federate', 'federate a module');
},
handler: federateCommand,
Expand Down

0 comments on commit 7259755

Please sign in to comment.