mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-07-20 09:11:38 -05:00
|
Some checks failed
Node.js CI / build (24.x) (push) Has been cancelled
Wow, ESLint even found a real bug this time! (The one in redundantFetch) |
||
|---|---|---|
| .github/workflows | ||
| config | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| eslint-ps-standard.mjs | ||
| eslint.config.mjs | ||
| LICENSE | ||
| OAUTH.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Pokemon Showdown Loginserver.
This is the PS loginserver.
Run it in the foreground with npm run run, or under PM2 with npm start and npm stop.
Pass a config path after --, for example npm run run -- config/config.cjs.
Access it via /api/[action].
See src/actions.ts for a list of the actions. (Actions can be added by adding a function to that file)