20 lines
330 B
Erlang
20 lines
330 B
Erlang
%% -*- mode: erlang -*-
|
|
|
|
{erl_opts, [
|
|
nowarn_unused_import,
|
|
debug_info
|
|
]}.
|
|
|
|
{deps, [
|
|
{emqx, {path, "../emqx"}},
|
|
{emqx_utils, {path, "../emqx_utils"}},
|
|
{emqx_resource, {path, "../emqx_resource"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [emqx_connector]}
|
|
]}.
|
|
|
|
{project_plugins, [erlfmt]}.
|