| 1 | import { createServer } from 'http' |
| 2 | import { createLogger } from '@sim/logger' |
| 3 | import type { Server as SocketIOServer } from 'socket.io' |
| 4 | import { createSocketIOServer, shutdownSocketIOAdapter } from '@/config/socket' |
nothing calls this directly
no test coverage detected