Skip to content

Commit

Permalink
pass requestPort to dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Oct 18, 2023
1 parent 25deb95 commit 9e65c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/lib/DevServerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const {
startPortManagerServer,
portManagerHasActiveServers,
stopPortManagerServer,
requestPortForSeverInstance,
} = require('@hubspot/local-dev-lib/portManager');

const i18nKey = 'cli.lib.DevServerManager';
Expand Down Expand Up @@ -92,6 +93,7 @@ class DevServerManager {
debug: this.debug,
httpClient,
projectConfig,
requestPort: requestPortForSeverInstance,
});
}
});
Expand Down

0 comments on commit 9e65c3b

Please sign in to comment.