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

Commit

Permalink
fix(deps): revert proxy agent (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-forger authored Jan 23, 2024
1 parent 2d84d6a commit badbd98
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 403 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 badbd98

Please sign in to comment.