Skip to content

Commit 4a03d51

Browse files
chore(deps): update dependency express to v5 (#572)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <[email protected]>
1 parent 89a6ebc commit 4a03d51

File tree

3 files changed

+241
-187
lines changed

3 files changed

+241
-187
lines changed

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
2626
"@vitejs/test-dep-import-type": "link:dep-import-type",
2727
"compression": "^1.8.0",
28-
"express": "^4.21.2",
28+
"express": "^5.1.0",
2929
"serve-static": "^2.2.0"
3030
}
3131
}

playground/ssr-vue/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function createServer(
6666
)
6767
}
6868

69-
app.use('*', async (req, res) => {
69+
app.use('*all', async (req, res) => {
7070
try {
7171
const url = req.originalUrl.replace('/test/', '/')
7272

0 commit comments

Comments
 (0)