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 0a8f47b commit b0a474aCopy full SHA for b0a474a
content/faq/raw-body.md
@@ -54,6 +54,7 @@ import { NestFactory } from '@nestjs/core';
54
import { FastifyAdapter, NestFastifyApplication } from '@nestjs/platform-fastify';
55
import { AppModule } from './app.module';
56
57
+// in the "bootstrap" function
58
const app = await NestFactory.create<NestFastifyApplication>(
59
AppModule,
60
new FastifyAdapter(),
0 commit comments