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: [
{
name: 'qcast-front-production',
script: 'npm run start',
script: 'npm run start:dev',
instance: 2,
exec_mode: 'cluster',
},