Use the default debounce of chokidar-cli
This commit is contained in:
parent
26d3c7f9e0
commit
9e1217fbf0
@ -459,7 +459,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const { waitForDebounce } = waitForDebounceFactory({ delay: 1_000 });
|
const { waitForDebounce } = waitForDebounceFactory({ delay: 400 });
|
||||||
|
|
||||||
chokidar
|
chokidar
|
||||||
.watch([srcDirPath, pathJoin(getThisCodebaseRootDirPath(), "src")], {
|
.watch([srcDirPath, pathJoin(getThisCodebaseRootDirPath(), "src")], {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user