yandeu / five-server

⚡ Development Server with Live Reload Capability. (Maintained Fork of Live Server)
https://www.npmjs.com/package/five-server
Other
165 stars 14 forks source link

Add support to set a base URL to allow proxying #125

Closed benfviney closed 9 months ago

benfviney commented 9 months ago

I specifically made these changes just so that I could use five-server-vscode with coder/code-server, and use the in-built port forwarding. (A reverse proxy which uses URL paths)

The implementation may be the same as in VSCode for the Web, but I'm not entirely sure.

Linked to yandeu/five-server-vscode#51