Open jamesarosen opened 1 year ago
Until this, a workaround is to watch the files outside fastly compute serve
, then restart fastly compute serve
(without --watch
), poll the HTTP server until it responds, then send the live-reload and/or HMR notifications to the browser.
When developing a website with Viceroy, my current process is
fastly compute serve --watch --watch-dir=src
src
I'd love to receive a notification (e.g. a UNIX signal, touching a file, executing a command, or running a JS/TS/RS/WASM function) when the compilation is done and the server is back up. That would allow me to implement live-reload or even hot module replacement.
Possibly related: #55