rebar.config 241 B

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