From cf537af849897f496d0afc24e5b056158aec6148 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 29 Aug 2017 22:27:37 -0400 Subject: [PATCH] Add intval3 index to process file, for pm2 --- process.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/process.json b/process.json index ca00b64..a98129b 100644 --- a/process.json +++ b/process.json @@ -12,6 +12,12 @@ "WIFI_ID" : "3fe7d9cf-7bd2-4ff0-97c5-ebe87288c2cc", "PORT" : 6699 } + }, + { + "name" : "intval3", + "script" : "./index.js", + "watch" : false, + "env" : {} } ] } \ No newline at end of file