mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'artapi',
|
|
exec_mode: 'cluster',
|
|
instances: 'max', // Or a number of instances
|
|
script: './build/server.js',
|
|
}
|
|
]
|
|
}
|