| 12345678910111213141516171819 |
- %% -*- 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]}.
|