Current section

Files

Jump to
natserl rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{jsx, "3.1.0"}]}.
{plugins, [rebar3_hex]}.
{shell, [
% {config, "config/sys.config"},
{apps, [natserl]}
]}.