From a6940d3fe388fe1964ce1ea4218a90238d693b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 9 Jan 2021 22:45:02 +0900 Subject: [PATCH] feat: added file for pm2 --- eco.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 eco.config.js 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