fastify ile google cloud gibi VM’lere http uzerinden baglanmada sorun yasiyorsak
Son güncelleme
Bu yararlı oldu mu?
Bu yararlı oldu mu?
try {
await this.fastify.listen({ port: 3000, host: "0.0.0.0" })
} catch (error) {
this.fastify.log.error(error)
process.exit(1)
}