mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-03 21:57:53 +01:00
import ecosystem.config.js
This commit is contained in:
11
ecosystem.config.js
Normal file
11
ecosystem.config.js
Normal 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'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user