Rebuild JS artifacts (no functional changes)

Changes are auto-generated by TypeScript build (formatting/newlines only). No logic changes.
This commit is contained in:
Dariusz L
2026-05-01 20:46:28 +02:00
parent eae1c2d2c3
commit 88c2249ded
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,6 @@ class WebSocketManager {
}
}
}
const protocol = location.protocol === "https:" ? "wss:" : "ws:";
const wsUrl = `${protocol}//${location.host}/layerforge/canvas_ws`;
export const webSocketManager = new WebSocketManager(wsUrl);