rebar3/priv/templates/app_rebar.config

8 lines
111 B
Plaintext

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [{{name}}]}
]}.