fix: harden backend production deployment

This commit is contained in:
ANG-Server
2026-07-20 21:07:27 +08:00
parent c995891c1f
commit a72920d1e0
6 changed files with 57 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
apps: [
{
name: 'whale-town-end-v2',
cwd: __dirname,
script: 'dist/main.js',
instances: 1,
exec_mode: 'cluster',