8 lines
117 B
Plaintext
Raw Normal View History

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