View Source Rebar3 Nova

With Nova we have a rebar3 plugin that comes with some commands:

development-mode

Development mode

When running rebar3 nova serve it will start a node (same as rebar3 shell) but it will reload/recompile erlang modules and dtl files.

This helps when developing new solutions and it is something that needs to be solved.