mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2026-02-21 07:48:12 +00:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
window.TIC_TAC_TOE_CONFIG = {
|
|
// Set WS_URL to your production WebSocket URL, e.g.:
|
|
// WS_URL: "wss://your-domain.com/ws"
|
|
};
|