emqx_dashboard.appup.src 288 B

1234567
  1. %% -*- mode: erlang -*-
  2. %% Unless you know what you are doing, DO NOT edit manually!!
  3. {VSN,
  4. %% we should always restart dashboard to make sure api rules/swagger is updated
  5. [{<<".*">>,[{restart_application, emqx_dashboard}]}],
  6. [{<<".*">>,[{restart_application, emqx_dashboard}]}]
  7. }.