You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value: [app1, app2, …] Description: Applications that should not be reloaded when calling commands such as r3:compile(). Useful when working with applications such as ranch, which crash after two reloads.
Maybe it should be used when the live_reload flag is set in the config to prevent unnecessary app reloads.
The text was updated successfully, but these errors were encountered:
app_reload_blacklist
is a rebar shell option. From docs:Maybe it should be used when the
live_reload
flag is set in the config to prevent unnecessary app reloads.The text was updated successfully, but these errors were encountered: