forked from noxious/server
npm run dev
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user