Skip to content

Commit

Permalink
ALIEN ALFA-MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alien-Alfa authored Dec 11, 2022
1 parent ac490e4 commit 17b717c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "forever -c 'nodemon --exitcrash' index.js"
"start": "pm2 start bot.js --cron-restart='0 0 * * *' && pm2 save && pm2 logs"
},
"nodemonConfig": {
"ignore": [
Expand Down Expand Up @@ -38,6 +38,7 @@
"forever": "^4.0.3",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"pm2": "^5.2.0",
"google-it": "^1.6.2",
"google-translate-token": "^1.0.0",
"got": "^11.8.3",
Expand Down

0 comments on commit 17b717c

Please sign in to comment.