dev #195

Merged
ysCha merged 96 commits from dev into dev-deploy 2025-07-09 17:32:10 +09:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 636ac163dd - Show all commits

View File

@ -7,6 +7,7 @@ module.exports = {
exec_mode: 'fork',
env: {
NODE_ENV: 'development',
PORT: 5010,
},
},
],

View File

@ -7,6 +7,7 @@ module.exports = {
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
PORT: 5000,
},
},
],