[tooling] add hot reload for dev mode
GIVEN the app is running in dev mode (via make dev.up
)
- WHEN a developer makes changes and saves them
- THEN the node process in the
app
container will automaticallyrestart itself and load the changes (no need to runmake dev.down && make dev.up
anymore!)