Allow `bazel run rabbitmq-streams`

This commit is contained in:
Rin Kuryloski 2022-12-08 09:06:12 +01:00
parent 9e6d66ee5e
commit ce69ff1c58
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ rabbitmqctl(
home = ":broker-home", home = ":broker-home",
) )
rabbitmqctl(
name = "rabbitmq-streams",
home = ":broker-home",
)
shell( shell(
name = "repl", name = "repl",
deps = PLUGINS, deps = PLUGINS,