Skip to content

Commit

Permalink
Mention spin watch in quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Jan 23, 2025
1 parent c604f24 commit 99bcc86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/spin/v3/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ Available Routes:
hello-typescript: http://127.0.0.1:3000 (wildcard)
```

> You can also run a Spin application using `spin watch`. This automatically rebuilds code and reloads content whenever they change. [Learn more.](./running-apps.md#monitoring-applications-for-changes)
Spin instantiates all components from the application manifest, and
creates the router configuration for the HTTP trigger according to the routes in the manifest. The
component can now be invoked by making requests to `http://localhost:3000/`
Expand Down

0 comments on commit 99bcc86

Please sign in to comment.