Skip to main content
Module

x/denon/mod.ts>WatcherConfig

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
interface WatcherConfig
import { type WatcherConfig } from "https://deno.land/x/denon@2.5.0/mod.ts";

All of the options for the watch generator

Properties

optional
paths: string[]

An array of paths to watch

optional
interval: number

The number of milliseconds after the last change

optional
exts: string[]

The file extensions that it will scan for

optional
match: string[]

The globs that it will scan for

optional
skip: string[]

The globs that it will not scan for

optional
legacy: boolean

Use the legacy file monitoring algorithm