Skip to content

Commit 020f050

Browse files
committed
increase hmr debounce to 700ms
1 parent 18df6ab commit 020f050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commandkit/src/cli/development.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export async function bootstrapDevelopmentServer(configPath?: string) {
164164
}
165165

166166
return false;
167-
}, 300);
167+
}, 700);
168168

169169
const isConfigUpdate = (path: string) => {
170170
const isConfig = configPaths.some((configPath) => path === configPath);

0 commit comments

Comments
 (0)