so there is a chance we see this feature for workers in the future?
so there is a chance we see this feature for workers in the future?

npx wrangler pages dev dist --r2=BUCKET
miniflare section. Unless you are using Miniflare
npx wrangler pages dev dist --r2=BUCKET> wrangler pages dev ./dist --r2=THEMES
✘ [ERROR] Unknown argument: r2Scope (Access)
- account (read)
- user (read)
- workers (write)
- workers_kv (write)
- workers_routes (write)
- workers_scripts (write)
- workers_tail (read)
- pages (write)
- zone (read)
- offline_accessWhile developing locally, you can interact with an R2 bucket by adding --r2=<BINDING> to your run command. For example, if your bucket is bound to BUCKET, you can access this bucket in local dev by running npx wrangler pages dev dist --r2=BUCKET.miniflarenpx wrangler init my-worker
cd my-worker/
npx wrangler dev --ip 127.0.0.1npx wrangler init my-worker
cd my-worker/
npx wrangler secret put TEST
npx wrangler dev --ip 127.0.0.1