update for heroku

This commit is contained in:
RaoMK 2020-02-21 13:01:54 +05:30
parent 576ffd04f4
commit 7f106a4f6b
2 changed files with 4 additions and 2 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: ./node_modules/.bin/forever -m 5 index.js

View File

@ -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"
}
}
}