rebar.config 233 B

12345678910
  1. %% -*- mode: erlang -*-
  2. {deps, [
  3. {emqx, {path, "../emqx"}},
  4. {emqx_dashboard, {path, "../emqx_dashboard"}},
  5. {emqx_conf, {path, "../emqx_conf"}},
  6. {emqx_utils, {path, "../emqx_utils"}}
  7. ]}.
  8. {project_plugins, [erlfmt]}.