We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9be37 commit e01a3daCopy full SHA for e01a3da
1 file changed
packages/cloudflare/src/cli/commands/populate-cache.ts
@@ -270,6 +270,8 @@ async function populateR2IncrementalCache(
270
// Start a local worker and proxy it to the Cloudflare network when remote mode is enabled.
271
const worker = await unstable_startWorker({
272
name: "open-next-cache-populate",
273
+ // Prevent it from discovering the project's wrangler config and leaking unrelated bindings.
274
+ config: "",
275
entrypoint: handlerPath,
276
compatibilityDate: "2026-01-01",
277
bindings: {
0 commit comments