diff --git a/dashboard/ecosystem.config.js b/dashboard/ecosystem.config.js deleted file mode 100644 index 90f34d0..0000000 --- a/dashboard/ecosystem.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - apps: [ - { - name: 'dashboard', - port: '3010', - exec_mode: 'fork', - script: './.output/server/index.mjs', - } - ] -} \ No newline at end of file