is this something that is facilitated better by the platforms program?
is this something that is facilitated better by the platforms program?
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



const cacheKey = new Request(url.toString(), req)
let res: Response | undefined
if (!env.IS_TEST) {
res = await cache.match(cacheKey)