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