From 934655e36d2799441f77dd31033520aa018e6e8d Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 26 Oct 2017 10:58:44 +0100 Subject: [PATCH] added pm2 config --- ecosystem.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..c3be59a --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,7 @@ +module.exports = { + apps : [{ + name : "Today", + script : "./todayV2.js", + interpreter : 'node@8' + }] +}