We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3418e commit b22548aCopy full SHA for b22548a
1 file changed
packages/cloudflare/src/api/cloudflare-context.ts
@@ -284,7 +284,7 @@ async function getCloudflareContextFromWrangler<
284
const { env, cf, ctx } = await getPlatformProxy({
285
// This allows the selection of a wrangler environment while running in next dev mode
286
...options,
287
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
288
});
289
return {
290
env,
0 commit comments