Current section
Files
Jump to
Current section
Files
gen_cluster
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [%% can't publish to hex with this included...
%% {eqwalizer_support,
%% {git_subdir,
%% "https://github.com/whatsapp/eqwalizer.git",
%% {branch, "main"},
%% "eqwalizer_support"}}
]}.
{shell, [
{config, "config/example.config"},
{apps, [gen_cluster]}
]}.