Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/lib/core/watcher.ts>WatcherConfig

Universal process manager built in Deno
Go to Latest
interface WatcherConfig
import { type WatcherConfig } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/watcher.ts";

Properties

optional
paths: string[]
optional
interval: number
optional
exts: string[]
optional
match: string[]
optional
skip: string[]