Просмотр исходного кода

build: add back emqx_slow_subs to release app list

accidently lost it during rebase
Zaiming (Stone) Shi 4 лет назад
Родитель
Сommit
47e1875345
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

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