mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 20:05:03 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
![]() |
import { WebSocket } from "ws";
|
||
|
|
||
|
global.WebSocket = global.WebSocket || WebSocket;
|