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 06e8191 commit 2ade436Copy full SHA for 2ade436
src/store/onlineLobbyStore.ts
@@ -6,7 +6,7 @@ import type { Room } from "colyseus.js";
6
// We'll use this server URL based on environment
7
const SERVER_URL =
8
import.meta.env.VITE_COLYSEUS_SERVER_URL ||
9
- (import.meta.env.DEV ? "ws://localhost:2567" : "wss://your-prod-server.com");
+ (import.meta.env.DEV ? "ws://localhost:2567" : "https://handwar.onrender.com");
10
11
interface RoomInfo {
12
roomId: string;
0 commit comments