@@ -0,0 +1,6 @@
+module.exports = {
+ transformIgnorePatterns: [
+ 'node_modules/node-fetch'
+ ],
+ // 其他配置接着写这儿哈
+};
@@ -17,6 +17,7 @@
"express": "~5.0.0",
"google-protobuf": "^3.21.4",
"http-errors": "~1.6.3",
+ "http-proxy-agent": "^7.0.2",
"morgan": "~1.9.1",
"pako": "^2.1.0",
"protobufjs": "^7.4.0",
@@ -15,6 +15,7 @@