diff --git a/ecosystem.config.js b/ecosystem.config.js index db96843..2df2fdf 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -5,7 +5,7 @@ module.exports = { // script: 'node_modules/next/dist/bin/next', script: 'npm.cmd', args: 'start', - cwd: './', + cwd: 'C:\\interplug\\onsitesurvey', instances: 2, exec_mode: 'cluster', },