1
0
forked from noxious/server

npm run dev

This commit is contained in:
2024-09-30 22:42:46 +02:00
parent 3638e2a793
commit 4f9a1bc879
6 changed files with 26 additions and 27 deletions

View File

@ -43,13 +43,6 @@ const watchLogs = () => {
})
}
export const {
http: httpLogger,
game: gameLogger,
gameMaster: gameMasterLogger,
app: appLogger,
queue: queueLogger,
command: commandLogger
} = loggers
export const { http: httpLogger, game: gameLogger, gameMaster: gameMasterLogger, app: appLogger, queue: queueLogger, command: commandLogger } = loggers
export { watchLogs }