fix: declare `emqx` as a dependency in `.app.src`

This commit is contained in:
Thales Macedo Garitezi 2024-06-10 09:53:29 -03:00
parent aa416cc0ad
commit 4aa1c3842f
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
{mod, {emqx_message_transformation_app, []}},
{applications, [
kernel,
stdlib
stdlib,
emqx
]},
{env, []},
{modules, []},