We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c39927 commit 873b0f9Copy full SHA for 873b0f9
src/config/app.ts
@@ -26,7 +26,7 @@ import indexRoutes from '../routes'
26
import { corsOptions } from './cors'
27
import { env } from './env'
28
import { i18n } from './i18n'
29
-import { winstonLogger, winstonStream } from './loggers'
+import { winstonLogger, winstonStream } from './logger'
30
import { mailService } from './mail'
31
import { storageService } from './storage'
32
src/config/loggers.ts renamed to src/config/logger.ts
0 commit comments