Skip to content

Commit d6559d4

Browse files
committed
chore: log event
1 parent 5d28a4d commit d6559d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/getHandler.ts

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ const makeHandler = (conf: NextConfig, app, pageRoot, staticManifest: Array<[str
8585
}
8686

8787
return async function handler(event: HandlerEvent, context: HandlerContext) {
88+
console.log(event)
89+
8890
let requestMode = mode
8991
// Ensure that paths are encoded - but don't double-encode them
9092
event.path = new URL(event.rawUrl).pathname

0 commit comments

Comments
 (0)