Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/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