16 lines
393 B
Erlang
16 lines
393 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"}},
|
|
{emqx_bridge_http, {path, "../emqx_bridge_http"}}
|
|
]}.
|
|
{plugins, [rebar3_path_deps]}.
|
|
{project_plugins, [erlfmt]}.
|