Added localhost for dev and connect for machine 42 option

This commit is contained in:
NigeParis 2025-11-27 18:38:47 +01:00
parent 4ed588daa5
commit ede444dc26

View file

@ -30,7 +30,8 @@ document.addEventListener('ft:pageChange', () => {
function getSocket(): Socket { function getSocket(): Socket {
let addressHost = `wss://${machineHostName}:8888`; //let addressHost = `wss://${machineHostName}:8888`;
let addressHost = `wss://localhost:8888`;
if (__socket === undefined) if (__socket === undefined)
__socket = io(addressHost, { __socket = io(addressHost, {