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 2 deletions
Showing only changes of commit 9c35900ce3 - Show all commits

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
name: 'qcast-front-production', name: 'qcast-front-production-1',
script: 'node_modules/next/dist/bin/next', script: 'node_modules/next/dist/bin/next',
instances: 1, instances: 1,
exec_mode: 'fork', exec_mode: 'fork',

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
name: 'qcast-front-production', name: 'qcast-front-production-2',
script: 'node_modules/next/dist/bin/next', script: 'node_modules/next/dist/bin/next',
instances: 1, instances: 1,
exec_mode: 'fork', exec_mode: 'fork',