Skip to content

Commit

Permalink
fix(config-utils): fix 403s when proxying to stage for fed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
florkbr committed Jan 15, 2025
1 parent 8b25fd9 commit e7c84f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/config-utils/src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ const proxy = ({

return null;
},
...(agent && {
agent,
}),
});
}

Expand Down

0 comments on commit e7c84f9

Please sign in to comment.