Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
feat(proxyagent): update proxy agent (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 authored Feb 15, 2024
1 parent 6fbf82d commit 4e6d8e8
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 667 deletions.
2 changes: 1 addition & 1 deletion __tests__/server/utils/devCdnFactory.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import fs from 'fs';
import rimraf from 'rimraf';
import path from 'path';
import mkdirp from 'mkdirp';
import ProxyAgent from 'proxy-agent';
import { ProxyAgent } from 'proxy-agent';
import oneAppDevCdn from '../../../src/server/utils/devCdnFactory';
import {
removeExistingEntryIfConflicting,
Expand Down
Loading

0 comments on commit 4e6d8e8

Please sign in to comment.