Skip to content

[tooling] add hot reload for dev mode

aguestuser requested to merge ni-add-hot-reload into master

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 run make dev.down && make dev.up anymore!)

Merge request reports