build: add back emqx_slow_subs to release app list

accidently lost it during rebase
This commit is contained in:
Zaiming (Stone) Shi 2021-12-13 20:50:28 +01:00
parent b4e2aa0dcf
commit 47e1875345
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ relx_apps(ReleaseType, Edition) ->
, emqx_statsd
, emqx_prometheus
, emqx_psk
, emqx_slow_subs
, emqx_plugins
]
++ [quicer || is_quicer_supported()]