rebar.config 103 B

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