Преглед изворни кода

build: add back emqx_slow_subs to release app list

accidently lost it during rebase
Zaiming (Stone) Shi пре 4 година
родитељ
комит
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_statsd
     , emqx_prometheus
     , emqx_prometheus
     , emqx_psk
     , emqx_psk
-
+    , emqx_slow_subs
     , emqx_plugins
     , emqx_plugins
     ]
     ]
     ++ [quicer || is_quicer_supported()]
     ++ [quicer || is_quicer_supported()]