interface Optionsimport { type Options } from "https://dotland.deno.dev/x/lume@v2.2.2/core/watcher.ts"; The options to configure the local server Propertiesroot: stringThe folder root to watch optionalignore: (string | ((path: string) => boolean))[]Paths ignored by the watcher optionaldebounce: numberThe debounce waiting time