rebar.config 123 B

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