How to add queue producer in pages dev
Is there any command line options like
--d1
https://github.com/cloudflare/workers-sdk/issues/4336#issuecomment-2197747546GitHub
🚀 Feature Request: add Queue Produces support for Pages Dev · Issue...
Describe the solution Queue Producers can't currently be interacted with locally when using wrangler pages dev, as mentioned in our docs: https://developers.cloudflare.com/pages/platform/functi...
4 Replies
Doesn't look like there's a flag for it, guess you just need to use wrangler.toml
How to use wrangler.toml in dev environment?
Create one with the
pages_build_output_dir
field
https://developers.cloudflare.com/pages/functions/wrangler-configuration/#example-wranglertoml-fileIt works, thank you!