uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Support ephemeral port with live reload #483

Closed tmpfs closed 3 years ago

tmpfs commented 3 years ago

So we can spawn a server per project with less chance of port conflicts.

tmpfs commented 3 years ago

Implemented in 720961c4d703a7c7f4d8dd0786873e35687c0ee9.

Appears to work fine with a single project and with a workspace. Updated the live reload Javascript to use document.location to determine the hostname and port pair for the connection.