Allow `bazel run rabbitmq-streams`
This commit is contained in:
parent
9e6d66ee5e
commit
ce69ff1c58
|
@ -100,6 +100,11 @@ rabbitmqctl(
|
|||
home = ":broker-home",
|
||||
)
|
||||
|
||||
rabbitmqctl(
|
||||
name = "rabbitmq-streams",
|
||||
home = ":broker-home",
|
||||
)
|
||||
|
||||
shell(
|
||||
name = "repl",
|
||||
deps = PLUGINS,
|
||||
|
|
Loading…
Reference in New Issue