interface WatcherOptionsimport { type WatcherOptions } from "https://dotland.deno.dev/x/lume@v2.3.3/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 include: string[]Extra files and folders to watch (ouside the src folder)