Skip to content

Commit

Permalink
Revert "use experimental realase of @opennextjs/cloudflare"
Browse files Browse the repository at this point in the history
This reverts commit d0b9cee.
  • Loading branch information
dario-piotrowicz committed Dec 11, 2024
1 parent 40a4e3e commit 074f2a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/create-cloudflare/templates-experimental/next/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ const generate = async (ctx: C3Context) => {
};

const configure = async () => {
const packages = [
// Note: this is using the experimental pkg.pr.new prerelease
// we do this because the stable @opennextjs/cloudflare package
// does not yet support Next 15, we should move away from this
// as soon as possible
"https://pkg.pr.new/@opennextjs/cloudflare@experimental",
"@cloudflare/workers-types",
];
const packages = ["@opennextjs/cloudflare", "@cloudflare/workers-types"];
await installPackages(packages, {
dev: true,
startText: "Adding the Cloudflare adapter",
Expand Down

0 comments on commit 074f2a0

Please sign in to comment.