Close proxy server on app quit (#413)
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
Showing
+31 -17
... | ... | @@ -140,7 +140,8 @@ |
"electron-window-state": "^5.0.3", | ||
"filenamify": "^4.1.0", | ||
"handlebars": "4.1.2", | ||
"http-proxy": "^1.17.0", | ||
"http-proxy": "^1.18.0", | ||
"http-proxy-middleware": "^0.19.2", | ||
"https-proxy-agent": "^3.0.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"mac-ca": "^1.0.4", | ||
... | ... |
Please register or sign in to comment