Skip to content

Commit 02a10fa

Browse files
Merge pull request #1875 from Zerotask/patch-1
docs: added filename for fastify adapter example
2 parents 753684a + 9bef23b commit 02a10fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $ npm i --save @nestjs/platform-fastify
2222
Once the Fastify platform is installed, we can use the `FastifyAdapter`.
2323

2424
```typescript
25+
@@filename(main)
2526
import { NestFactory } from '@nestjs/core';
2627
import {
2728
FastifyAdapter,

0 commit comments

Comments
 (0)