opentelemetry-erlang-contrib/utilities/opentelemetry_telemetry/_checkouts/test_child_app/rebar.config

8 lines
117 B
Plaintext
Raw Normal View History

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