修正前端端口

This commit is contained in:
2025-09-23 08:00:05 +00:00
parent a5dd3f1335
commit bc819f2b9b
2 changed files with 42 additions and 16 deletions

View File

@@ -7,11 +7,13 @@ module.exports = {
exec_mode: 'fork',
env: {
NODE_ENV: 'production',
PORT: 4001
PORT: 4001,
FRONTEND_PORT: 4002
},
env_production: {
NODE_ENV: 'production',
PORT: 4001
PORT: 4001,
FRONTEND_PORT: 4002
},
// 日志配置
log_file: './logs/combined.log',