1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Update pm2.config.js

This commit is contained in:
Martin McKeaveney 2022-05-23 19:16:11 +01:00 committed by GitHub
parent fb1a10d50b
commit 4328f5926c

View file

@ -2,7 +2,7 @@ module.exports = {
apps: [
{
script: "dist/index.js",
instances: "4",
instances: "max",
exec_mode: "cluster",
},
],