后端版本服务器部署成功

This commit is contained in:
2025-09-11 13:11:04 +08:00
parent a1cd342c99
commit 9b7a0482e1
24 changed files with 1039 additions and 1157 deletions

View File

@@ -6,12 +6,12 @@ module.exports = {
exec_mode: 'cluster',
env: {
NODE_ENV: 'development',
PORT: 3000,
PORT: 3200,
WATCH: true
},
env_production: {
NODE_ENV: 'production',
PORT: 3000,
PORT: 3200,
WATCH: false
},
env_test: {