16 lines
303 B
Erlang
16 lines
303 B
Erlang
%% -*- mode: erlang; -*-
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{emqx, {path, "../emqx"}},
|
|
{emqx_utils, {path, "../emqx_utils"}},
|
|
{emqx_resource, {path, "../../apps/emqx_resource"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [emqx_bridge]}
|
|
]}.
|
|
|
|
{project_plugins, [erlfmt]}.
|