blog-ts/pm2.config.js

7 lines
120 B
JavaScript

module.exports = {
apps: [{
script: "server.js",
instances: 4,
exec_mode: "cluster"
}]
}