omnichannel-backend/backend-start.log
2026-05-14 17:39:21 -03:00

23 lines
2.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> omnichannel-backend@1.0.0 start
> cross-env NODE_ENV=production node dist/main.js
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [NestFactory] Starting Nest application...
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [InstanceLoader] DatabaseModule dependencies initialized +11ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [InstanceLoader] AppModule dependencies initialized +3ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [InstanceLoader] AdminModule dependencies initialized +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RoutesResolver] AppController {/}: +3ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/health, GET} route +2ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RoutesResolver] AuthController {/auth}: +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/auth/config, GET} route +0ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/auth/login, POST} route +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/auth/oauth/microsoft/start, GET} route +2ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/auth/oauth/microsoft/callback, GET} route +2ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RoutesResolver] AdminAccessController {/admin/access}: +0ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/admin/access/options, GET} route +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/admin/access/users, GET} route +0ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [RouterExplorer] Mapped {/admin/access/users/:id, PUT} route +1ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [NestApplication] Nest application successfully started +2ms
[Nest] 4744 - 14/05/2026, 17:24:40  LOG [Bootstrap] Backend ouvindo na porta 3001