fix: 添加 https-proxy-agent 依赖,解决代理DNS解析问题

This commit is contained in:
thzxx
2026-06-10 16:00:46 +08:00
parent 53dec75528
commit 25809c1532
2 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -67,6 +67,7 @@
"vite": "^5.4.0"
},
"dependencies": {
"sql.js": "^1.11.0"
"sql.js": "^1.11.0",
"https-proxy-agent": "^7.0.0"
}
}