File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ module.exports = {
33 {
44 name: 'TipBot',
55 script: './bot/bot.js',
6- cwd: 'C:/Users/RavenDev/Desktop/Bots/Veronica ',
6+ cwd: 'Location-of-Bot-Dir ',
77 instance_id_env: '0',
8- log_date_format: 'MMMM Do YYYY, h:mm:ss a' ,
8+ watch: true ,
99 error_file:
10- 'C:/Users/RavenDev/Desktop/Bots/Veronica/ Logs/veronica -err.log',
11- out_file: 'C:/Users/RavenDev/Desktop/Bots/Veronica/ Logs/veronica -out.log',
10+ 'Location-of-Bot-Dir/ Logs/tipbot -err.log',
11+ out_file: 'Location-of-Bot-Dir/ Logs/tipbot -out.log',
1212 env: {
1313 NODE_ENV: 'development'
1414 },
Original file line number Diff line number Diff line change 1818 "request" : " ^2.83.0"
1919 },
2020 "scripts" : {
21- "prebuild" : " call ./windows-install.bat" ,
22- "rebuild" : " git pull origin master && npm install && pm2 delete veronica"
21+ "precommit" : " prettier --single-quote true --write bot/**/*.js" ,
22+ "rebuild" : " git pull origin master && npm install && update all" ,
23+ "start" : " pm2 start ecosystem.json.js"
2324 },
2425 "devDependencies" : {
2526 "prettier" : " 1.7.4"
You can’t perform that action at this time.
0 commit comments