mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Merge 1b71f26965 into bacd19c4ea
This commit is contained in:
commit
b9c44d6dd8
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user