i just mean has someone else done this and kinda sketch how to do it
i just mean has someone else done this and kinda sketch how to do it
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)