bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Document the `watch` script #24

Closed cowboyd closed 4 years ago

cowboyd commented 4 years ago

The watch script can be used to restart any process, not just the server process, but that isn't really apparent from the README.

This adds a few different examples to help explain it.