From 5d98d636c79a14b2b5310c84d77393275087c10b Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Thu, 27 Feb 2025 11:06:57 +0100 Subject: [PATCH] changed ecosystem.config.js --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 1487ab6..129dac2 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ export const apps = [ name: 'ServerPanel', port: '6060', exec_mode: 'fork', - instances: 'max', + instances: 1, script: './.output/server/index.mjs' } ];