Update pm2.config.js

This commit is contained in:
Martin McKeaveney 2022-05-23 19:16:11 +01:00 committed by GitHub
parent 878f5401d7
commit ea98ccabd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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