Skip to content

Commit

Permalink
fix: changed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Apr 30, 2024
1 parent 30710cb commit 42af87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ export const gatewayInstructions = (
${
!install
? chalk` - {inverse Install all dependencies}
{blue pnpm {bold install}}`
{blue npm {bold install}}`
: 'Then:'
}
- {inverse Start your app}:
{blue pnpm {bold run dev}}`;
{blue npm {bold run dev}}`;

export const argsError = (msg: string) =>
show(chalk`{red Arguments error: {white ${msg}}}
Expand Down

0 comments on commit 42af87d

Please sign in to comment.