From 7f106a4f6b536e4f959a2cc34b1a3358fc714583 Mon Sep 17 00:00:00 2001 From: RaoMK Date: Fri, 21 Feb 2020 13:01:54 +0530 Subject: [PATCH] update for heroku --- Procfile | 1 + package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..24a0a8f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +‘web: ./node_modules/.bin/forever -m 5 index.js’ diff --git a/package.json b/package.json index 1f2c10a..f441cf0 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "description": "XploitSPY - Remote Android Spying Tool", "main": "index.js", "scripts": { + "Start": "node index.js", "test": "node index.js" }, - "author": "ETechD", + "author": "XploitWizer", "license": "ISC", "dependencies": { "body-parser": "^1.19.0", @@ -17,4 +18,4 @@ "lowdb": "^1.0.0", "socket.io": "^2.2.0" } -} +} \ No newline at end of file