We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35ea974 + 59750fd commit 5ee859cCopy full SHA for 5ee859c
packages/commandkit/bin/development.mjs
@@ -62,7 +62,6 @@ export async function bootstrapDevelopmentServer(opts) {
62
entry: [src, '!dist', '!.commandkit', `!${outDir}`].filter(Boolean),
63
watch: watchMode,
64
async onSuccess() {
65
- console.log('watch triggered');
66
return await injectShims('.commandkit', main, false, requirePolyfill);
67
},
68
});
0 commit comments