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

@ -6,7 +6,7 @@ module.exports = {
apps: [
{
name: "estaticos",
script: "pnpm i && pnpm run dev"
script: "pnpm i --ignore-scripts --frozen-lockfile && pnpm run dev"
},
],
};

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}`);
});
});

View file

@ -1,6 +1,6 @@
{
"name": "p-estaticos",
"version": "0.37.0",
"version": "0.38.0",
"description": "",
"main": "dist/index.js",
"scripts": {