changed ecosystem.config.js

This commit is contained in:
WeeXnes 2025-02-27 11:06:57 +01:00
parent f20dda9261
commit 5d98d636c7

View file

@ -3,7 +3,7 @@ export const apps = [
name: 'ServerPanel',
port: '6060',
exec_mode: 'fork',
instances: 'max',
instances: 1,
script: './.output/server/index.mjs'
}
];