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