Current section

Files

Jump to
hacker_news rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
{apps, [hacker_news]}
]}.
{xref_checks, [
undefined_functions
]}.
{plugins, [rebar3_hex]}.