LocalFileWebServer
Web server that:
Serves local file at targetFile;
Supports live preview of HTML files at
/live/{file...}(LivePreviewEndpoint);Supports live reloading at
/reload(ReloadEndpoint):GETopens a Server-Sent Events stream for subscribers (browser clients),POSTbroadcasts a reload event to every active subscriber (Quarkdown CLI).
Parameters
targetFile
file to serve