We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0982ff commit 89f14ceCopy full SHA for 89f14ce
packages/nuxt/src/runtime/utils/event-type-check.ts
@@ -22,7 +22,7 @@ interface CfEventDirect extends EventBase {
22
}
23
24
// Nested shape: cf and cloudflare are under _platform
25
-// Since Nitro v2.12.0 (PR: https://github.com/nitrojs/nitro/commit/911a63bc478183acb472d05e977584dcdce61abf)
+// Since Nitro v2.11.7 (PR: https://github.com/nitrojs/nitro/pull/3224)
26
interface CfEventPlatform extends EventBase {
27
context: {
28
_platform: {
0 commit comments