improved logger and added shutdown handler

This commit is contained in:
Bojan Kucera 2025-06-05 09:24:25 -04:00
parent 7c2e055dd4
commit 83e8c44d98
4 changed files with 123 additions and 2 deletions

View file

@ -45,3 +45,5 @@ export type {
} from './types';
export type { LoggingMiddlewareOptions } from './middleware';
export { GracefulShutdownManager } from './gracefulShutdown';