Skip to content

Commit

Permalink
chore: pin @opennextjs/cloudflare to 0.2.x (#7616)
Browse files Browse the repository at this point in the history
Release 0.3 requires updating the template.
We'll do that in a follow up PR
  • Loading branch information
vicb authored Dec 23, 2024
1 parent 8abb43f commit 11cd30d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/create-cloudflare/templates-experimental/next/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ const generate = async (ctx: C3Context) => {
};

const configure = async () => {
const packages = ["@opennextjs/cloudflare", "@cloudflare/workers-types"];
const packages = [
"@opennextjs/[email protected]",
"@cloudflare/workers-types",
];
await installPackages(packages, {
dev: true,
startText: "Adding the Cloudflare adapter",
Expand Down

0 comments on commit 11cd30d

Please sign in to comment.