diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 336e825..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,29 +0,0 @@ -// const config = require('config'); - -module.exports = { - apps: [ - { - name: 'newtraxxx', - script: 'npm run server:prod', - exec_mode: 'cluster', - instances: 2, - restart_delay: 3000, - merge_logs: true, - env: { - NODE_ENV: 'production', - }, - }, - /* - ...(config.analytics.enabled ? [{ - name: 'umami', - script: 'npm start', - cwd: process.env.UMAMI_DIR || '../umami', - restart_delay: 3000, - merge_logs: true, - env: { - NODE_ENV: 'production', - }, - }] : []), - */ - ], -};