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"
},
],
};