I have a monorepo (managed by LernaJS) that has a cloudflare pages package and a queue consumer pack

I have a monorepo (managed by LernaJS) that has a cloudflare pages package and a queue consumer package. When I start both packages in dev mode they both seem to set up their own .wrangler directories and seem to be isolated, so they don't share a queue. To make them able to talk to the same queue do I need to use --persist-to on both?
Was this page helpful?