don't enforce global agent for reject unauthorized

This commit is contained in:
adamkingsbury 2022-09-09 22:33:52 +01:00
parent 4cd182844a
commit 18050936d8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ function runServer() {
checkDevelopmentEnvironment() checkDevelopmentEnvironment()
fixPath() fixPath()
// this will setup http and https proxies form env variables // this will setup http and https proxies form env variables
process.env.GLOBAL_AGENT_FORCE_GLOBAL_AGENT = "false"
bootstrap() bootstrap()
require("./app") require("./app")
} }