rebar3/priv/templates/app_rebar.config

8 lines
111 B
Plaintext
Raw Permalink Normal View History

2021-12-27 19:09:21 +00:00
{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [{{name}}]}
]}.