Skip to content

Commit

Permalink
chore: Update start commands for webapp and docs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz authored Jul 5, 2024
1 parent 9e90b03 commit b45a619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ Initialization completed! 🚀 To start the application, please refer to the fol
|
| \u001B[1mStart webapp:\u001B[0m
|
| \u001B[34mpnpm nx start webapp\u001B[0m
| \u001B[34mpnpm saas webapp up\u001B[0m
|
| Web app is running on \u001B[34mhttp://localhost:3000\u001B[0m.
|
| \u001B[1mStart documentation:\u001B[0m
|
| \u001B[34mpnpm nx start docs\u001B[0m
| \u001B[34mpnpm saas docs up\u001B[0m
|
| Docs app is running on \u001B[34mhttp://localhost:3006\u001B[0m.
Expand Down

0 comments on commit b45a619

Please sign in to comment.