We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e296d2 commit 2c3418eCopy full SHA for 2c3418e
packages/cloudflare/src/api/cloudflare-context.ts
@@ -283,8 +283,8 @@ async function getCloudflareContextFromWrangler<
283
const { getPlatformProxy } = await import(/* webpackIgnore: true */ `${"__wrangler".replaceAll("_", "")}`);
284
const { env, cf, ctx } = await getPlatformProxy({
285
// This allows the selection of a wrangler environment while running in next dev mode
286
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
287
...options,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
288
});
289
return {
290
env,
0 commit comments