This commit is contained in:
Luiz H. R. Silva 2024-06-12 19:31:23 -03:00
parent 67aeeea9b4
commit fa975b9743
3 changed files with 3 additions and 3 deletions

View file

@ -116,6 +116,6 @@ gerar.then(() => {
fastify.listen({ port: Number(PORTA) }, (err, address) => {
if (err) throw err;
console.log(`Servidor ${PREFIXO} Rodando em ${address}`);
console.log(`${new Date().toISOString()} Servidor ${PREFIXO} Rodando em ${address}`);
});
});