chore: upgrade Express to 5.2.1

This commit is contained in:
tdurieux
2026-09-08 16:22:23 +02:00
parent a05f42ad9f
commit 8ad0ec65f0
13 changed files with 996 additions and 664 deletions
+2 -1
View File
@@ -177,7 +177,8 @@ app.use(
}),
);
app.listen(PORT, () => {
app.listen(PORT, (error) => {
if (error) throw error;
console.log(
`\n dev-proxy http://localhost:${PORT}` +
`\n → local: ${PUBLIC_DIR}` +