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 0a100cf commit 36b8a53Copy full SHA for 36b8a53
packages/cloudflare/src/api/cloudflare-context.ts
@@ -258,8 +258,8 @@ async function getCloudflareContextFromWrangler<
258
const { getPlatformProxy } = await import(/* webpackIgnore: true */ `${"__wrangler".replaceAll("_", "")}`);
259
const { env, cf, ctx } = await getPlatformProxy({
260
// This allows the selection of a wrangler environment while running in next dev mode
261
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
262
...options,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
263
});
264
return {
265
env,
0 commit comments