Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 29, 2024
1 parent 6ebb7b9 commit 2b3329d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/server/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export function createWebSocketServer(
): WebSocketServer {
if (config.server.ws === false) {
return {
name: 'ws',
get clients() {
return new Set<WebSocketClient>()
},
Expand Down

0 comments on commit 2b3329d

Please sign in to comment.