Skip to main content
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.15.2/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