Skip to main content
Module

x/lume/core/watcher.ts>Options

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

The options to configure the local server

Properties

root: string

The folder root to watch

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

Paths ignored by the watcher

optional
debounce: number

The debounce waiting time