Apologies if this is any easy thing but i couldn't find an answer when searching I have a cloudflar
Apologies if this is any easy thing but i couldn't find an answer when searching
I have a cloudflare pages app (remix app) that uses KV. Using wrangler 3.5.1
When running locally
I have a cloudflare pages app (remix app) that uses KV. Using wrangler 3.5.1
When running locally
wrangler pages dev ./public --kv STORE i would like to:- access my production KV values
- pre populate the local sqlite db with values from my production KV
.wrangler/state/STORE/:id. Is there an equivalent way to do that with wrangler 3.x sqlite? Or more ideally to use the production data from the remote KV?


