import ecosystem.config.js

This commit is contained in:
2020-12-19 17:37:57 +01:00
parent 15199ed67b
commit 60cd6e2f72

11
ecosystem.config.js Normal file
View File

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