pokemon-showdown-loginserver/config/pm2-example.js
Guangcong Luo a56f1f160f Upgrade to ESLint 9
Following the upgrade in Client and Server; you know the drill.

(ESLint 9 requires minimum Node version 18, hence the GitHub Actions
version bump.)
2025-02-25 21:28:46 -08:00

8 lines
109 B
JavaScript

module.exports = {
apps: [{
name: "loginserver",
script: "./.dist/src",
exec_mode: "cluster",
}],
};