Skip to content

Commit 99bcc86

Browse files
committed
Mention spin watch in quickstart
Signed-off-by: itowlson <[email protected]>
1 parent c604f24 commit 99bcc86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/spin/v3/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,8 @@ Available Routes:
867867
hello-typescript: http://127.0.0.1:3000 (wildcard)
868868
```
869869

870+
> 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)
871+
870872
Spin instantiates all components from the application manifest, and
871873
creates the router configuration for the HTTP trigger according to the routes in the manifest. The
872874
component can now be invoked by making requests to `http://localhost:3000/`

0 commit comments

Comments
 (0)