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 18df6ab commit 020f050Copy full SHA for 020f050
packages/commandkit/src/cli/development.ts
@@ -164,7 +164,7 @@ export async function bootstrapDevelopmentServer(configPath?: string) {
164
}
165
166
return false;
167
- }, 300);
+ }, 700);
168
169
const isConfigUpdate = (path: string) => {
170
const isConfig = configPaths.some((configPath) => path === configPath);
0 commit comments