mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-05-26 14:00:14 +00:00
10d2f892ff
The connect() method defaulted to port 8648, causing websocket connection refused errors when the server was started with a custom port via `hermes-web-ui start <port>` or PORT env var. Now reads from process.env.PORT. Closes #536 Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>