From 210d111cc26e02b16cb5f61a6100cb38bc41f89c Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Wed, 18 Feb 2026 20:12:18 +0000 Subject: [PATCH] use open-next prerelease for DEVX-2491 --- packages/wrangler/src/autoconfig/frameworks/next.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wrangler/src/autoconfig/frameworks/next.ts b/packages/wrangler/src/autoconfig/frameworks/next.ts index 3b453923ee02..26183986624f 100644 --- a/packages/wrangler/src/autoconfig/frameworks/next.ts +++ b/packages/wrangler/src/autoconfig/frameworks/next.ts @@ -32,7 +32,7 @@ export class NextJs extends Framework { await runCommand( [ ...dlx, - "@opennextjs/cloudflare", + "https://pkg.pr.new/@opennextjs/cloudflare@1133", "migrate", // Note: we force-install so that even if an incompatible version of // Next.js is used this installation still succeeds, moving users