chore: 개발용 ecosystem config 내용 원복
This commit is contained in:
parent
247ecef760
commit
9a252c2712
@ -2,8 +2,9 @@ module.exports = {
|
|||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
name: 'on-site-survey',
|
name: 'on-site-survey',
|
||||||
script: 'pnpm',
|
script: 'node_modules/next/dist/bin/next',
|
||||||
args: 'run start:dev',
|
instances: 1,
|
||||||
|
exec_mode: 'fork',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user