()
| 174 | * Reads from SOCKET_SERVER_URL with a localhost fallback for development. |
| 175 | */ |
| 176 | export function getSocketServerUrl(): string { |
| 177 | return env.SOCKET_SERVER_URL || DEFAULT_SOCKET_URL |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Returns the socket server URL for client-side Socket.IO connections. |
no outgoing calls
no test coverage detected