chore: 개발용 ecosystem config 내용 원복

This commit is contained in:
Daseul Kim 2025-06-26 15:18:52 +09:00
parent 247ecef760
commit 9a252c2712

View File

@ -2,8 +2,9 @@ module.exports = {
apps: [
{
name: 'on-site-survey',
script: 'pnpm',
args: 'run start:dev',
script: 'node_modules/next/dist/bin/next',
instances: 1,
exec_mode: 'fork',
},
],
}