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