Recompiling umbrella project automatically

Hi,

When using a phoenix umbrella project like

apps/forum
apps/forum_web

how do I make mix phx.server recompile forum automatically whenever changes are made? Currently I need to stop the server and mix phx.server again to get forum to recompile.

2 Likes