I see that I can develop locally but connect to remote KV using: `To have wrangler dev connect to yo
I see that I can develop locally but connect to remote KV using:
`To have wrangler dev connect to your Workers KV namespace running on Cloudflare’s global network, call wrangler dev --remote instead."
can I do the same somehow with Pages, where I have a function that reads from KV and I'd like to read from remote KV store.
I tried to combine "--remote" with "wrangler pages dev output_dir" to get
"wrangler pages dev --remote output_dir" but doesn't seem to be supported with "pages"?
`To have wrangler dev connect to your Workers KV namespace running on Cloudflare’s global network, call wrangler dev --remote instead."
can I do the same somehow with Pages, where I have a function that reads from KV and I'd like to read from remote KV store.
I tried to combine "--remote" with "wrangler pages dev output_dir" to get
"wrangler pages dev --remote output_dir" but doesn't seem to be supported with "pages"?


