mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The workspace-setup helper was creating DaemonClient without providing a webSocketFactory, causing failures on Node 20 where globalThis.WebSocket is not available. Use createNodeWebSocketFactory() like all other e2e helpers do.