mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-12 07:44:43 +00:00
refactor(websocket): move websocket logic to its own module
This commit is contained in:
2
server/modules/websocket/index.ts
Normal file
2
server/modules/websocket/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { WS_OPEN_STATE, connectedClients } from './services/websocket-state.service.js';
|
||||
export { createWebSocketServer } from './services/websocket-server.service.js';
|
||||
Reference in New Issue
Block a user