mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
5 lines
247 B
Markdown
5 lines
247 B
Markdown
### Fastify sample
|
|
|
|
Note that if you are running the Nest app on a remote machine, you may need to change the listen address, as per [these instructions](https://docs.nestjs.com/techniques/performance#adapter):
|
|
|
|
`await app.listen(3000, '0.0.0.0')` |