feat: initial Helldivers 2 Stratagem Trainer (practice, 1v1, leaderboard, dashboard)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'helldivers',
|
||||
script: 'server.js',
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3012,
|
||||
},
|
||||
}],
|
||||
};
|
||||
Reference in New Issue
Block a user