12 lines
334 B
Erlang
12 lines
334 B
Erlang
%% -*- mode: erlang; -*-
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [ {emqx_connector, {path, "../../apps/emqx_connector"}}
|
|
, {emqx_resource, {path, "../../apps/emqx_resource"}}
|
|
, {emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
|
, {emqx_utils, {path, "../emqx_utils"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_ee_bridge]}
|
|
]}.
|