rebar.config 119 B

1234567
  1. {erl_opts, [debug_info]}.
  2. {deps, []}.
  3. {shell, [
  4. % {config, "config/sys.config"},
  5. {apps, [emqx_data_bridge]}
  6. ]}.