Skip to content

Commit ddae2a5

Browse files
committed
change to pr for package
1 parent 00fade9 commit ddae2a5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dependencies": {
7474
"@ast-grep/napi": "^0.34.1",
7575
"@dotenvx/dotenvx": "catalog:",
76-
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@0b8705a",
76+
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@731",
7777
"enquirer": "^2.4.1",
7878
"glob": "catalog:",
7979
"yaml": "^2.7.0"

packages/cloudflare/src/api/memory-queue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MemoryQueue implements Queue {
2020
);
2121

2222
try {
23+
// TODO: Drop the import - https://github.com/opennextjs/opennextjs-cloudflare/issues/361
2324
// @ts-expect-error
2425
const manifest = await import("./.next/prerender-manifest.json");
2526
const protocol = host.includes("localhost") ? "http" : "https";

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)