more logging stuff

This commit is contained in:
2026-03-18 12:22:00 -05:00
parent 2846b9cb0d
commit e67e9e6d72
15 changed files with 287 additions and 45 deletions

View File

@@ -3,6 +3,7 @@ import { io } from "socket.io-client";
// Connect to your Socket.io server
const socket = io(`${window.location.host}`, {
path: "/lst/api/socket.io",
withCredentials: true,
// autoConnect: false, // connect manually
// reconnection: true,
// reconnectionAttempts: 5,