You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…server` #4
This is a very early poc which needs to be refectored.
First the server needs to run in a seperate channel so that we can watch the filesytem and run the livereload server in parallel(#4). Then we need to listen to signals like CTRL+C to gracefully shut the server down.
https://rafallorenz.com/go/handle-signals-to-graceful-shutdown-http-server/
To implement Livereload we need an inbuilt HTTP server but it also makes sense as an individual feature.
snowman server
should spin up an HTTP server in the site directory.Part of #2.
The text was updated successfully, but these errors were encountered: