Skip to content

Commit 9bef23b

Browse files
authored
docs: added filename for fastify adapter example
1 parent 753684a commit 9bef23b

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)