Skip to content

Commit 2ece237

Browse files
committed
fix: No body for 101, 204, 205, or 304 status code (#195)
1 parent 7d4da89 commit 2ece237

File tree

4 files changed

+772
-783
lines changed

4 files changed

+772
-783
lines changed

packages/cloudflare/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export default config;
7070

7171
- Next cache is not supported in the experimental branch yet
7272
- `▲ [WARNING] Suspicious assignment to defined constant "process.env.NODE_ENV" [assign-to-define]` can safely be ignored
73-
- You should test with cache disabled in the developer tools
7473
- Maybe more, still experimental...
7574

7675
## Local development

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/mock-fs": "catalog:"
6767
},
6868
"dependencies": {
69-
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@678",
69+
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@683",
7070
"ts-morph": "catalog:",
7171
"@dotenvx/dotenvx": "catalog:"
7272
},

0 commit comments

Comments
 (0)