15 lines
354 B
Erlang
15 lines
354 B
Erlang
%% -*- mode: erlang -*-
|
|
|
|
{erl_opts, [
|
|
debug_info
|
|
]}.
|
|
|
|
{deps, [
|
|
{emqx, {path, "../../apps/emqx"}},
|
|
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
|
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
|
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
|
]}.
|
|
{plugins, [rebar3_path_deps]}.
|
|
{project_plugins, [erlfmt]}.
|