Skip to content

Commit

Permalink
update experimental Next.js template to work on `@opennextjs/cloudfla…
Browse files Browse the repository at this point in the history
…re@0.5.x` (#8241)
  • Loading branch information
dario-piotrowicz authored Feb 24, 2025
1 parent 6b63fa4 commit 708de7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-fans-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

update experimental Next.js template to work on `@opennextjs/cloudflare@0.5.x`
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const generate = async (ctx: C3Context) => {

const configure = async () => {
const packages = [
"@opennextjs/cloudflare@0.4.x",
"@opennextjs/cloudflare@0.5.x",
"@cloudflare/workers-types",
];
await installPackages(packages, {
Expand Down

0 comments on commit 708de7f

Please sign in to comment.