Use the default debounce of chokidar-cli

This commit is contained in:
Joseph Garrone 2024-05-20 21:58:47 +02:00
parent 26d3c7f9e0
commit 9e1217fbf0

View File

@ -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")], {