feat: erzwinge festen Proxy für API-Anfragen

This commit is contained in:
Sucukdeluxe
2026-08-31 13:20:03 +02:00
parent 17ac99d373
commit a562f9162a
23 changed files with 530 additions and 64 deletions
+5 -4
View File
@@ -23,11 +23,12 @@
"release:win": "npm run build && electron-builder --publish never --win nsis portable",
"verify:release": "node scripts/verify_public_release.mjs"
},
"dependencies": {
"adm-zip": "0.6.0",
"https-proxy-agent": "7.0.6",
"react": "^18.3.1",
"dependencies": {
"adm-zip": "0.6.0",
"https-proxy-agent": "7.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"undici": "6.28.0",
"uuid": "11.1.1"
},
"devDependencies": {