We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c6a23 commit 1c043deCopy full SHA for 1c043de
frontend/src/utils/matchSocket.ts
@@ -3,8 +3,6 @@ import { io } from "socket.io-client";
3
const MATCH_SOCKET_URL =
4
import.meta.env.VITE_MATCH_SERVICE_URL ?? "http://localhost:3002";
5
6
-console.log(import.meta.env.VITE_MATCH_SERVICE_URL);
7
-
8
export const matchSocket = io(MATCH_SOCKET_URL, {
9
reconnectionAttempts: 3,
10
autoConnect: false,
0 commit comments