Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps, [{cowboy, "2.4.0"}]}.
{shell, [
% {config, [{config, "config/sys.config"}]},
{apps, [fire]}
]}.