We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b02f47 commit 97be67aCopy full SHA for 97be67a
1 file changed
packages/cloudflare/src/api/cloudflare-context.ts
@@ -299,7 +299,7 @@ async function getCloudflareContextFromWrangler<
299
const { env, cf, ctx } = await getPlatformProxy({
300
// This allows the selection of a wrangler environment while running in next dev mode
301
...options,
302
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
303
});
304
return {
305
env,
0 commit comments