Skip to content

Commit f6cccc0

Browse files
authored
Merge pull request #1465 from itowlson/quick-start-watch
Mention `spin watch` in quickstart
2 parents c604f24 + 99bcc86 commit f6cccc0

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)