diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 32836a7..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - apps: [ - { - name: 'artsite', - exec_mode: 'cluster', - instances: 'max', // Or a number of instances - script: './node_modules/.bin/nuxt-ts', - args: 'start' - } - ] -}