chore: 개발용 ecosystem config 수정
- 파일명 오타 수정 - 스크립트 수정
This commit is contained in:
parent
7b8a537a34
commit
247ecef760
@ -1,10 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
apps: [
|
|
||||||
{
|
|
||||||
name: 'on-site-survey',
|
|
||||||
script: 'node_modules/next/dist/bin/next',
|
|
||||||
instances: 1,
|
|
||||||
exec_mode: 'fork',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
9
dev.ecosystem.config.js
Normal file
9
dev.ecosystem.config.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: 'on-site-survey',
|
||||||
|
script: 'pnpm',
|
||||||
|
args: 'run start:dev',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user