#228 use nginx as proxy

This commit is contained in:
Jan Prochazka
2022-02-26 09:54:14 +01:00
parent 6113547304
commit 462f985406
5 changed files with 57 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ let init = '';
module.exports = {
setSseResponse(value) {
sseResponse = value;
setInterval(() => this.emit('ping'), 30 * 1000);
},
setElectronSender(value) {
electronSender = value;