Polyfill WebSocket on Node

This commit is contained in:
Andras Schmelczer 2025-03-28 21:27:09 +00:00
parent fcd0cb84fe
commit 85648c9466
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 1427 additions and 272 deletions

View file

@ -18,6 +18,7 @@
"typescript": "5.8.2",
"uuid": "^11.1.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
"webpack-cli": "^6.0.1",
"bufferutil": "^4.0.9"
}
}
}