MarketingMax/ecosystem.config.js

12 lines
188 B
JavaScript
Raw Normal View History

2024-02-25 10:10:30 -08:00
module.exports = {
apps: [
{
name: 'Max Resume',
port: '3004',
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.mjs'
}
]
}