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