.
This commit is contained in:
parent
67aeeea9b4
commit
fa975b9743
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
name: "estaticos",
|
name: "estaticos",
|
||||||
script: "pnpm i && pnpm run dev"
|
script: "pnpm i --ignore-scripts --frozen-lockfile && pnpm run dev"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,6 @@ gerar.then(() => {
|
||||||
|
|
||||||
fastify.listen({ port: Number(PORTA) }, (err, address) => {
|
fastify.listen({ port: Number(PORTA) }, (err, address) => {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
console.log(`Servidor ${PREFIXO} Rodando em ${address}`);
|
console.log(`${new Date().toISOString()} Servidor ${PREFIXO} Rodando em ${address}`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-estaticos",
|
"name": "p-estaticos",
|
||||||
"version": "0.37.0",
|
"version": "0.38.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue