Skip to content

Commit

Permalink
fix: color final instructions in green (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomes committed Jul 12, 2024
1 parent 5957505 commit 3001d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/commands/bootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,13 +712,13 @@ ${environmentVariables

if (finalOptions.framework === 'Next.js') {
log.info(
`
chalk.green(`
You can now run:
cd ${appName} && ${finalOptions.packageManager} run dev
to start the app locally.`,
to start the app locally.`),
);
}
};

0 comments on commit 3001d88

Please sign in to comment.