|
|
@ -20,7 +20,6 @@ access.once('active', async () => { |
|
|
|
/* webpackMode: "eager" */ './middlewares' |
|
|
|
/* webpackMode: "eager" */ './middlewares' |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
(async () => { |
|
|
|
|
|
|
|
stdout(`Starting main process with ownership ${getuid()}:${getgid()}`); |
|
|
|
stdout(`Starting main process with ownership ${getuid()}:${getgid()}`); |
|
|
|
|
|
|
|
|
|
|
|
const server = (await app).listen(PORT, () => { |
|
|
|
const server = (await app).listen(PORT, () => { |
|
|
@ -40,5 +39,4 @@ access.once('active', async () => { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
server.on('upgrade', proxyServerVncUpgrade); |
|
|
|
server.on('upgrade', proxyServerVncUpgrade); |
|
|
|
})(); |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|