Is there a way to change the `.wrangler` artifacts on the local environment that a worker connects t
Is there a way to change the
I have 2 workers connected with service bindings, they both are connected to the same R2 Bucket but they spawn 2 different
There was something with
.wrangler artifacts on the local environment that a worker connects to?I have 2 workers connected with service bindings, they both are connected to the same R2 Bucket but they spawn 2 different
.wrangler/state/v3 in their corresponding directories, I need only one to be used and the other worker to connect to the first worker artifacts, so that when I push an object to R2 from the first, I can delete it from the second.There was something with
getPlatformProxi() but I'd like to have something configurable within wrangler.toml

