mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
12 lines
215 B
JavaScript
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'
|
|
}
|
|
]
|
|
}
|