How to define queues in wrangler.toml for production and beta environments?
[env.beta]
[[queues.consumers]]
binding = "bindingmatch"
queue = "match-beta"
like this? when i deploy, queue doesn't appear in settings
[[queues.consumers]]
binding = "bindingmatch"
queue = "match-beta"
like this? when i deploy, queue doesn't appear in settings