Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/wrangler/src/autoconfig/frameworks/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading