diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 611b895..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - apps: [ - { - name: "startlion-frontend", - script: "./node_modules/next/dist/bin/next", - args: "start", - exec_mode: "cluster", - instances: "2", - autorestart: true, - watch: true, - max_memory_restart: "1G", - env: { - NODE_ENV: "production", - }, - }, - ], -};