Current section

Files

Jump to
espace rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps,
[
etsmgr,
observer_cli
]}.
{plugins, [ rebar3_hex ]}.
{shell, [ {config, "config/shell.config"} ]}.