14 lines
331 B
Erlang
14 lines
331 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_mysql, {path, "../../apps/emqx_mysql"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_bridge_mysql]}
|
|
]}.
|