🚧 Work in progress

This commit is contained in:
Freeze455
2021-09-06 02:25:57 +02:00
parent 22a5141daf
commit d7fac5de9f
11 changed files with 43 additions and 9 deletions

11
ecosystem.config.js Normal file
View File

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