is that because it's not possible or because it's just not documented?
is that because it's not possible or because it's just not documented?
wrangler pages dev ./public --kv STORE i would like to:.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?wrangler kv put --local --binding STORE <value to add to local KV

wrangler pages dev ./public --kv STORE.wrangler/state/STORE/:idwrangler kv put --local --binding STORE <value const cacheKey = new Request(url.toString(), req)
let res: Response | undefined
if (!env.IS_TEST) {
res = await cache.match(cacheKey)