I'm using a cloud development platform (Gitpod) and it automatically creates proxy from public URL to localhost, so you can develop a web application from cloud and see the result. I'm trying to run cljs REPL, but it fails to connect because it tries to connect to the REPL on `localhost:9090` which is not accessible from outside because I use public URL in a browser.
I have looked at the code and looks like HOST and PORT in browser hard-coded
Thanks