8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
{erl_opts, [debug_info]}.
|
||
|
{deps, []}.
|
||
|
|
||
|
{shell, [
|
||
|
% {config, "config/sys.config"},
|
||
|
{apps, [test_child_app]}
|
||
|
]}.
|