Files
website-old/ecosystem.config.js

12 lines
215 B
JavaScript

module.exports = {
apps: [
{
name: 'artsite',
exec_mode: 'cluster',
instances: 'max', // Or a number of instances
script: './node_modules/.bin/nuxt-ts',
args: 'start'
}
]
}