mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-09 12:07:39 -05:00
* Refactor websocket into separate services, clean up socket status communication * cleanup * add EOF lines * fix keepalive logged in check * undo change * fix keepalive connection check * cleanup * add typings * secure connection Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export { default as webClient } from './WebClient';
|
|
export * from './commands';
|