Skip to content

Commit 7b83f29

Browse files
committed
fix: fixed broken websocket
1 parent 6433f55 commit 7b83f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { cwd } from "process";
2121
import http from "http";
2222
import net from "net";
2323
// packages
24-
import { WebSocketServer } from "ws";
24+
import { WebSocketServer, WebSocket } from "ws";
2525
import chokidar from "chokidar";
2626
import Mime from "mime/lite";
2727
// files

0 commit comments

Comments
 (0)