We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b8a53 commit 3ab2f75Copy full SHA for 3ab2f75
1 file changed
packages/cloudflare/src/api/cloudflare-context.ts
@@ -259,7 +259,7 @@ async function getCloudflareContextFromWrangler<
259
const { env, cf, ctx } = await getPlatformProxy({
260
// This allows the selection of a wrangler environment while running in next dev mode
261
...options,
262
- environment: process.env.NEXT_DEV_WRANGLER_ENV,
+ environment: process.env.NEXT_DEV_WRANGLER_ENV,
263
});
264
return {
265
env,
0 commit comments