Switched to original server implementation & included server shim

This commit is contained in:
2026-03-20 03:32:49 +02:00
parent 268cee305e
commit 93bd8db6bb
59 changed files with 13392 additions and 16 deletions

8
V3.1/build/hub-shim/node_modules/ws/browser.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};