Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
import * as frugal from "https://deno.land/x/frugal@0.2.1/packages/frugal_oak/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.

Functions

Convenience function building a FrugalServerBuilder, a FrugalWatcherServer, and starting the watch process.