NEARBuilders / bos-workspace

Local workspace for BOS development
25 stars 24 forks source link

Don't require port-forwarding for github codespaces #110

Closed petersalomonsen closed 4 months ago

petersalomonsen commented 4 months ago

When working in github codespaces, you can point your browser to the ports that are open in your codespace. But instead of using http://localhost:8080, you typically get an origin like for example: https://zany-system-r9jx457vrg35rjw-8080.app.github.dev/

Bos workspace is hardcoded to http://127.0.0.1:8080 and it would be good if it could automatically recognise the origin of the URL opened in the browser.