I get `service core:user:worker: No such compatibility flag: node_compat`
I get
service core:user:worker: No such compatibility flag: node_compatservice core:user:worker: No such compatibility flag: node_compatwrangler 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)