Current section
Files
Jump to
Current section
Files
hacker_news
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
{apps, [hacker_news]}
]}.
{xref_checks, [
undefined_functions
]}.
{plugins, [rebar3_hex]}.