You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when working on management UI.
References #8008.
(cherry picked from commit b6b93de)
(cherry picked from commit de1c4f5)
(cherry picked from commit 2d5ec44)
BrowserSync will automatically open a browser window for you to use. The window
53
+
will automatically refresh when one of the static (templates, JS, CSS) files change.
54
+
55
+
All HTTP requests that BrowserSync does not know how to handle will be proxied to
56
+
the HTTP API at `localhost:15672`.
57
+
58
+
25
59
## Formatting the RabbitMQ CLI
26
60
27
61
The RabbitMQ CLI uses the standard [Elixir code formatter](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html). To ensure correct code formatting of the CLI:
0 commit comments