diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 000000000..c5b7b6698 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,10 @@ +module.exports = { + apps : [{ + name : "chat", + script : "yarn", + args : "start", + env : { + PORT : 23000 + } + }] +}