Skip to content

Commit

Permalink
change to pr for package
Browse files Browse the repository at this point in the history
  • Loading branch information
james-elicx committed Feb 10, 2025
1 parent 00fade9 commit ddae2a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@ast-grep/napi": "^0.34.1",
"@dotenvx/dotenvx": "catalog:",
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@0b8705a",
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@731",
"enquirer": "^2.4.1",
"glob": "catalog:",
"yaml": "^2.7.0"
Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare/src/api/memory-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class MemoryQueue implements Queue {
);

try {
// TODO: Drop the import - https://github.com/opennextjs/opennextjs-cloudflare/issues/361
// @ts-expect-error
const manifest = await import("./.next/prerender-manifest.json");
const protocol = host.includes("localhost") ? "http" : "https";
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddae2a5

Please sign in to comment.