Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/deps/esbuild.ts>WatchMode

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface WatchMode
import { type WatchMode } from "https://deno.land/x/lume@v1.15.1/deps/esbuild.ts";

Properties

optional
onRebuild: (error: BuildFailure | null, result: BuildResult | null) => void