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 c75bc21 commit c7ade9cCopy full SHA for c7ade9c
packages/cli/src/commands/start/watchMode.ts
@@ -25,7 +25,7 @@ function enableWatchMode(messageSocket: any) {
25
// except by hooking into stdout itself. We want to print instructions
26
// right after its done loading.
27
const restore = hookStdout((output: string) => {
28
- if (output.includes('Learn once, write anywhere')) {
+ if (output.includes('Fast - Scalable - Integrated')) {
29
printWatchModeInstructions();
30
restore();
31
}
0 commit comments