chore(emqx_modules): enable emqx modules by default
This commit is contained in:
parent
cae0849152
commit
1ea4a9eb7d
|
@ -148,6 +148,7 @@ relx_apps(ReleaseType) ->
|
|||
, {mnesia, load}
|
||||
, {ekka, load}
|
||||
, {emqx_plugin_libs, load}
|
||||
, emqx_modules
|
||||
]
|
||||
++ [bcrypt || provide_bcrypt_release(ReleaseType)]
|
||||
++ relx_apps_per_rel(ReleaseType)
|
||||
|
|
Loading…
Reference in New Issue