Skip to content

Commit

Permalink
chore: upgrade unenv
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 16, 2024
1 parent 43a003c commit a59a394
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"esbuild": "^0.24.0",
"resolve-from": "^5.0.0",
"sirv": "^2.0.4",
"unenv-nightly": "2.0.0-1721914978.1a79944"
"unenv-nightly": "2.0.0-20241015-162228-03257ee"
},
"peerDependencies": {
"vike": "^0.4.198",
Expand Down Expand Up @@ -108,4 +108,4 @@
"@universal-middleware/hono": "^0",
"@universal-middleware/webroute": "^0"
}
}
}
1 change: 0 additions & 1 deletion packages/vike-node/src/runtime/vike-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const renderPageHandler = ((options?) => async (request, context, runtime
if (globalStore.isPluginLoaded) {
const handled = await web(request)

// console.log({ url: request.url, handled: Boolean(handled) })
if (handled) return handled
} else if (nodeReq) {
if (staticConfig) {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a59a394

Please sign in to comment.