diff --git a/rebar.config b/rebar.config index bd8a10487..6d50fc2ee 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,12 @@ ] }, {no_events, [{erl_opts, [{d, 'NO_EVENTS', true}]}]}, - {top, [{deps, [observer_cli]}, {erl_opts, [{d, 'AO_TOP', true}]}]}, + {top, [ + {deps, [{observer_cli, {git, "https://github.com/permaweb/observer_cli.git", + {ref, "7f90812dcd43d7954d0ba066cb94d5e934e729b5"}}}]}, + {erl_opts, [{d, 'AO_TOP', true}]}, + {relx, [{release, {'hb', "0.0.1"}, [hb, b64fast, cowboy, gun, luerl, prometheus, prometheus_cowboy, prometheus_ranch, elmdb, observer_cli]}]} + ]}, {store_events, [{erl_opts, [{d, 'STORE_EVENTS', true}]}]}, {ao_profiling, [{erl_opts, [{d, 'AO_PROFILING', true}]}]}, {eflame,