rebar.config 303 B

123456789101112131415
  1. %% -*- mode: erlang; -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {emqx, {path, "../emqx"}},
  5. {emqx_utils, {path, "../emqx_utils"}},
  6. {emqx_resource, {path, "../../apps/emqx_resource"}}
  7. ]}.
  8. {shell, [
  9. % {config, "config/sys.config"},
  10. {apps, [emqx_bridge]}
  11. ]}.
  12. {project_plugins, [erlfmt]}.