feat: initial Helldivers 2 Stratagem Trainer (practice, 1v1, leaderboard, dashboard)

This commit is contained in:
Jeremy Brandenburger
2026-03-30 13:32:55 +02:00
commit 3c22196f81
8 changed files with 2732 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
apps: [{
name: 'helldivers',
script: 'server.js',
env_production: {
NODE_ENV: 'production',
PORT: 3012,
},
}],
};