mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-12 13:48:58 +02:00
chore: upgrade Express to 5.2.1
This commit is contained in:
@@ -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}` +
|
||||
|
||||
Reference in New Issue
Block a user