Skip to content

Commit

Permalink
Add httpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Feb 14, 2024
1 parent 2e0df10 commit b7586d7
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 @@ -10,6 +10,7 @@ const {
requestPorts,
} = require('@hubspot/local-dev-lib/portManager');
const { getAccountConfig } = require('@hubspot/local-dev-lib/config');
const httpClient = require('@hubspot/local-dev-lib/http');

const i18nKey = 'cli.lib.DevServerManager';

Expand Down Expand Up @@ -95,6 +96,7 @@ class DevServerManager {
debug: this.debug,
projectConfig,
requestPorts,
httpClient,
});
}
});
Expand Down

0 comments on commit b7586d7

Please sign in to comment.