куча говна
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
Никита Круглицкий
2025-10-20 03:33:07 +06:00
parent 39e877bbe9
commit 75fe5b0b8c
2 changed files with 1 additions and 48 deletions

View File

@@ -29,7 +29,7 @@ fastify.register(FastifyAutoLoad, {
const port = process.env.PORT ? Number(process.env.PORT) : 4000
try {
await fastify.listen({ port })
await fastify.listen({ port, host: '0.0.0.0' })
await prisma.$connect()
fastify.log.info('Testing DB Connection. OK')