test: push test

This commit is contained in:
yoosangwook 2025-03-20 13:48:07 +09:00
parent 05dd069e53
commit 39d48e61f3

View File

@ -2,7 +2,7 @@ module.exports = {
apps: [ apps: [
{ {
name: 'qcast-front-production', name: 'qcast-front-production',
script: 'npm run start', script: 'npm run start:dev',
instance: 2, instance: 2,
exec_mode: 'cluster', exec_mode: 'cluster',
}, },