Skip to content

Commit

Permalink
Swap http for local dev lib
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Jan 24, 2024
1 parent 16ae446 commit d780c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/DevServerManager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const httpClient = require('@hubspot/cli-lib/http');
const httpClient = require('@hubspot/local-dev-lib/http');
const { logger } = require('@hubspot/cli-lib/logger');
const { COMPONENT_TYPES } = require('./projectStructure');
const { i18n } = require('./lang');
Expand Down

0 comments on commit d780c87

Please sign in to comment.