We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85337b commit d44d6caCopy full SHA for d44d6ca
1 file changed
agent-manager/src/AgentConnection.js
@@ -1,4 +1,5 @@
1
import { WebSocket } from 'ws';
2
+global.WebSocket = WebSocket;
3
4
// Simple EventEmitter polyfill (since we removed the Hyperfy client)
5
class EventEmitter {
0 commit comments