This commit is contained in:
Owen Schwartz
2024-10-06 18:12:38 -04:00
14 changed files with 282 additions and 130 deletions

View File

@@ -79,6 +79,9 @@ app.prepare().then(() => {
`Internal server is running on http://localhost:${internalPort}`,
);
});
internalServer.use(notFoundMiddleware)
internalServer.use(errorHandlerMiddleware);
});
declare global {