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

x/lume/core/site.ts>WatcherOptions

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

The options to configure the local watcher

Properties

ignore: (string | ((path: string) => boolean))[]

Paths to ignore by the watcher

debounce: number

The interval in milliseconds to check for changes