Nano zoom fix #17 (ssh-2-promise port fix)

This commit is contained in:
LukeGus
2024-12-05 20:30:58 -06:00
parent b3e43a45af
commit bc14f803a2
4 changed files with 238 additions and 8 deletions

View File

@@ -86,6 +86,6 @@ wss.on('connection', (ws) => {
}, 5000);
});
server.listen(8000, () => {
console.log('Server listening on port 8000');
server.listen(8081, () => {
console.log('Server listening on port 8081');
});