blackjack v0.1

This commit is contained in:
milo
2025-09-11 23:46:41 +02:00
parent 77c8198254
commit 1233fd5b39
7 changed files with 550 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ export const io = new Server(server, {
origin: FLAPI_URL,
methods: ['GET', 'POST', 'PUT', 'OPTIONS'],
},
pingInterval: 5000,
pingTimeout: 5000,
});
initializeSocket(io, client);