update nodejs

This commit is contained in:
2020-12-19 17:39:31 +01:00
parent 2fbeae826b
commit c8ca74ab4a

10
ecosystem.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: 'artapi',
exec_mode: 'cluster',
instances: 'max', // Or a number of instances
script: './build/server.js',
}
]
}