Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWei-KUMO committed Dec 24, 2024
1 parent 7c0453d commit e9524a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ node index.js
# Production
pm2 start index.js -n tubex-wechatbot
# Restart Process
pm2 restart index.js -n tubex-wechatbot
pm2 restart tubex-wechatbot
# open logs and scan login QRcode
pm2 logs tubex-wechatbot
```
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {saveWechatConfig} from './db/wechat.js';
import {saveWechatFriends,saveWechatRooms} from './util/wechat.js';
// import {Jimp} from 'jimp';
import bodyParser from 'body-parser';
import {transporter,mailOptions} from './util/mail.js';
import {transporter,mailOptions} from './util/mailer.js';
const port = 4000;
config();
const app = express();
Expand Down

0 comments on commit e9524a2

Please sign in to comment.