We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7562e24 commit 931a648Copy full SHA for 931a648
1 file changed
packages/cloudflare/src/cli/commands/populate-cache.ts
@@ -253,6 +253,7 @@ async function populateR2IncrementalCache(
253
const worker = await unstable_startWorker({
254
name: "open-next-cache-populate",
255
entrypoint: handlerPath,
256
+ // TODO: do we need a date for local ?
257
compatibilityDate: "2026-01-01",
258
bindings: {
259
R2: {
0 commit comments