This commit is contained in:
Jon Erling Hustadnes 2025-12-09 15:27:39 -05:00 committed by GitHub
commit b9c44d6dd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ async function startWatching(
} }
const watcher = chokidar.watch(".", { const watcher = chokidar.watch(".", {
awaitWriteFinish: { stabilityThreshold: 250 },
persistent: true, persistent: true,
cwd: argv.directory, cwd: argv.directory,
ignoreInitial: true, ignoreInitial: true,