diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..0f9260c --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,15 @@ +module.exports = { + apps: [ + { + name: 'autoAiWorkSys', + script: 'app.js', + env: { + NODE_ENV: 'development' + }, + env_production: { + NODE_ENV: 'production' + } + } + ] + } + \ No newline at end of file