mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: added file for pm2
This commit is contained in:
parent
d17da38615
commit
a6940d3fe3
13
eco.config.js
Normal file
13
eco.config.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
module.exports = {
|
||||||
|
apps : [{
|
||||||
|
name: 'koreanbots',
|
||||||
|
script: 'npm start',
|
||||||
|
env: {
|
||||||
|
NODE_ENV: 'development',
|
||||||
|
},
|
||||||
|
env_production: {
|
||||||
|
NODE_ENV: 'production',
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user