mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-03-21 17:34:38 -05:00
Following the upgrade in Client and Server; you know the drill. (ESLint 9 requires minimum Node version 18, hence the GitHub Actions version bump.)
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: "loginserver",
|
|
script: "./.dist/src",
|
|
exec_mode: "cluster",
|
|
}],
|
|
};
|