Skip to content

Commit db53037

Browse files
committed
fix: remove ns preview note on project creation
1 parent d6e431e commit db53037

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/commands/create-project.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,10 @@ can skip this prompt next time using the --template option, or the --ng, --react
345345
this.$logger.printMarkdown(
346346
`Now you can navigate to your project with \`$ cd ${relativePath}\``
347347
);
348-
this.$logger.printMarkdown(
349-
`After that you can preview it on device by executing \`$ ns preview\``
350-
);
348+
// Commented as we may bring this back with a playground revision/rewrite
349+
// this.$logger.printMarkdown(
350+
// `After that you can preview it on device by executing \`$ ns preview\``
351+
// );
351352
}
352353
}
353354

0 commit comments

Comments
 (0)