14 lines
337 B
Erlang
14 lines
337 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_mongodb, {path, "../../apps/emqx_mongodb"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_bridge_mongodb]}
|
|
]}.
|