interface WatcherOptionsimport { type WatcherOptions } from "https://dotland.deno.dev/x/lume@v2.2.1/core/site.ts"; The options to configure the local watcher Propertiesignore: (string | ((path: string) => boolean))[]Paths to ignore by the watcher debounce: numberThe interval in milliseconds to check for changes