diff --git a/src/cli/dev.ts b/src/cli/dev.ts index 55df157..b602560 100644 --- a/src/cli/dev.ts +++ b/src/cli/dev.ts @@ -312,7 +312,7 @@ function watch_files(pattern: string, events: string[], callback: () => void) { const watcher = chokidar.watch(pattern, { persistent: true, ignoreInitial: true, - disableGlobing: true + disableGlobbing: true }); events.forEach(event => {