We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4457c commit 770c1caCopy full SHA for 770c1ca
dictionary/watch.ts
@@ -17,7 +17,7 @@ if (import.meta.main) {
17
let task = Promise.resolve();
18
const buildDebounced = debounce(() => {
19
task = task.then(tryBuild);
20
- }, 500);
+ }, 200);
21
buildDebounced();
22
buildDebounced.flush();
23
for await (const _ of watcher) {
0 commit comments