1
0
Fork 0
mirror of synced 2024-06-16 09:25:12 +12:00

don't enforce global agent for reject unauthorized

This commit is contained in:
adamkingsbury 2022-09-09 22:33:52 +01:00
parent 70c3e5ee62
commit 679a90949b

View file

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