Skip to content

Commit 41a252a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/getHandler.ts

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const makeHandler = (conf: NextConfig, app, pageRoot, staticManifest: Array<[str
5656
if (bridge) {
5757
return bridge
5858
}
59+
console.log(event)
5960
const url = new URL(event.rawUrl)
6061
const port = Number.parseInt(url.port) || 80
6162
const { host } = event.headers

0 commit comments

Comments
 (0)