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 647834e commit 05ef96bCopy full SHA for 05ef96b
src/types.ts
@@ -44,7 +44,7 @@ export type IgnitorOptions = { importer: Importer }
44
*/
45
export interface EventsList {
46
'container:resolved': ContainerResolveEventData<ContainerBindings>
47
- 'http:request_handled': HttpRequestFinishedPayload
+ 'http:request_finished': HttpRequestFinishedPayload
48
'http:server_ready': { port: number; host: string }
49
}
50
0 commit comments