15 lines
371 B
Erlang
15 lines
371 B
Erlang
%% -*- mode: erlang; -*-
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{emqx_oracle, {path, "../../apps/emqx_oracle"}},
|
|
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
|
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
|
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [emqx_bridge_oracle]}
|
|
]}.
|