Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 251 Bytes

File metadata and controls

5 lines (3 loc) · 251 Bytes

Fastify MVC 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:

await app.listen(3000, '0.0.0.0')