import * as frugal from "https://deno.land/x/frugal@0.5.0/packages/server/watch/FrugalWatcherServer.ts";
Classes
Wrap a FrugalServerBuilder in a watcher instance. Internally, this class will spawn a child deno process in watch mode actually running the FrugalServerBuilder and the produced instance. On each application reload, an event will be dispatched to a LiveReloadClient, triggering a browser refresh. |