add forever
This commit is contained in:
@@ -6,12 +6,15 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node ./index.js",
|
||||
"start-live": "nodemon ./index.js"
|
||||
"start-live": "nodemon ./index.js",
|
||||
"start-forever": "forever start -p $INIT_CWD -l logs/forever.log --append --uid proxy index.js",
|
||||
"stop-forever": "forever stop proxy"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"forever": "^3.0.0",
|
||||
"got": "^11.5.2",
|
||||
"http": "^0.0.1-security",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user