From c3a6a2ed551d8795f5453bcffc6109788b53db38 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 4 Jul 2016 11:30:20 +0100 Subject: [PATCH] Full ecosystem for PM2 --- pm2/process.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pm2/process.json b/pm2/process.json index 9db15a2..71c59c9 100644 --- a/pm2/process.json +++ b/pm2/process.json @@ -54,8 +54,8 @@ }, { "name": "NCI", - "script": "web-server.js", - "cwd": "/home/martind2000/dev/nci-quick-setup/node_modules/nci/app.js", + "script": "app.js", + "cwd": "/home/martind2000/dev/nci-quick-setup/node_modules/nci", "watch": true, "ignore_watch": [ "node_modules"