rebar.config 202 B

1234567
  1. %% -*- mode: erlang; -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {emqx_resource, {path, "../../apps/emqx_resource"}},
  5. {emqx_connector_aggregator, {path, "../../apps/emqx_connector_aggregator"}}
  6. ]}.