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 417be7d commit 2b02f47Copy full SHA for 2b02f47
packages/cloudflare/src/api/cloudflare-context.ts
@@ -298,8 +298,8 @@ async function getCloudflareContextFromWrangler<
298
const { getPlatformProxy } = await import(/* webpackIgnore: true */ `${"__wrangler".replaceAll("_", "")}`);
299
const { env, cf, ctx } = await getPlatformProxy({
300
// This allows the selection of a wrangler environment while running in next dev mode
301
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
302
...options,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
303
});
304
return {
305
env,
0 commit comments