Skip to content

Commit 24d86c8

Browse files
authored
Inline format dotnet watch run command
1 parent 9b14505 commit 24d86c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When first cloning the repo or adding new dependencies, run this command. This
5454
To start the app for development, run this command. This will:
5555

5656
- Run `docker-compose up` to ensure the PostgreSQL and MailCatcher Docker images are up and running
57-
- Run dotnet watch run which will build the app (if changed), watch for changes and start the web server on http://localhost:5000
57+
- Run `dotnet watch run` which will build the app (if changed), watch for changes and start the web server on http://localhost:5000
5858
- Run Webpack dev middleware with HMR via [ASP.NET JavaScriptServices](https://github.com/aspnet/JavaScriptServices)
5959

6060
### `npm run migrate`

0 commit comments

Comments
 (0)