.
This commit is contained in:
parent
67aeeea9b4
commit
fa975b9743
3 changed files with 3 additions and 3 deletions
|
|
@ -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}`);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue