We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e801fb7 commit 9a51ac7Copy full SHA for 9a51ac7
1 file changed
apps/server-nestjs/src/main.ts
@@ -6,6 +6,7 @@ import { MainModule } from './main.module'
6
async function bootstrap() {
7
const app = await NestFactory.create(MainModule, { bufferLogs: true })
8
app.useLogger(app.get(Logger))
9
+ app.flushLogs()
10
await app.listen(process.env.PORT ?? 0)
11
}
12
bootstrap()
0 commit comments