summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorKagurazakaNyaa <i@kagurazakanyaa.com>2021-10-24 02:46:38 +0800
committerKagurazakaNyaa <i@kagurazakanyaa.com>2021-10-24 02:50:03 +0800
commitecd54e9eaae8f82578e4ba8ef2d5f773a7213867 (patch)
treee43990b52ba417d35de3e2608e240cd063b95bc3 /gateway/package.json
parentProxy support for external network access (diff)
downloadserver-ts-ecd54e9eaae8f82578e4ba8ef2d5f773a7213867.tar.xz
Fix missing dependencies
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/package.json b/gateway/package.json

index c7db2160..e02a0000 100644 --- a/gateway/package.json +++ b/gateway/package.json
@@ -33,6 +33,7 @@ "lambert-server": "^1.2.11", "missing-native-js-functions": "^1.2.18", "node-fetch": "^2.6.1", + "proxy-agent": "^5.0.0", "typeorm": "^0.2.37", "ws": "^7.4.2" },