| 123456789101112131415 |
- %% -*- mode: erlang; -*-
- {erl_opts, [debug_info]}.
- {deps, [
- {emqx, {path, "../emqx"}},
- {emqx_utils, {path, "../emqx_utils"}},
- {emqx_resource, {path, "../../apps/emqx_resource"}}
- ]}.
- {shell, [
- % {config, "config/sys.config"},
- {apps, [emqx_bridge]}
- ]}.
- {project_plugins, [erlfmt]}.
|