Files
claudecodeui/server
Haileyesus 0049ff51ee fix: use src hostname for redirecting to Vite in development
Previously, the server redirected to Vite using `localhost` as the hostname.
Even if the user was using HOST="0.0.0.0", if they connected to server from
another device on the same network using `http://<host_ip>:3001`, the
server would redirect them to `http://localhost:5173`, which would not
work since `localhost` would resolve to the client's machine instead of the server.
2026-03-11 14:35:44 +03:00
..
2026-03-10 17:23:55 +01:00
2026-03-10 17:23:55 +01:00
2026-03-11 00:16:11 +01:00
2026-03-09 13:00:52 +03:00
2026-03-11 00:16:11 +01:00