reduced .exe size

This commit is contained in:
2026-01-09 18:54:39 +01:00
parent 27a4239a4d
commit 1e85de8db6
4 changed files with 19 additions and 8729 deletions

View File

@@ -13,7 +13,7 @@ let win;
let backend;
const net = require('net');
function waitForServer(port, host = '127.0.0.1', timeout = 10000) {
function waitForServer(port, host = '127.0.0.1', timeout = 30000) {
return new Promise((resolve, reject) => {
const start = Date.now();