feat: added file for pm2

This commit is contained in:
원더 2021-01-09 22:45:02 +09:00
parent d17da38615
commit a6940d3fe3

13
eco.config.js Normal file
View File

@ -0,0 +1,13 @@
module.exports = {
apps : [{
name: 'koreanbots',
script: 'npm start',
env: {
NODE_ENV: 'development',
},
env_production: {
NODE_ENV: 'production',
}
}]
}