chore: next upgrade

This commit is contained in:
2026-02-27 17:01:14 +01:00
parent 0c3a54c62c
commit fcbd9d0533
4 changed files with 1049 additions and 841 deletions

View File

@@ -51,10 +51,4 @@ const logger = pino({
}),
});
// Prevent memory leaks in development (Node.js runtime only)
if (!isProduction && typeof process.stdout !== "undefined") {
process.stdout.setMaxListeners?.(20);
process.stderr.setMaxListeners?.(20);
}
export default logger;