Skip to content

Commit 0dd0447

Browse files
committed
docs: update README.md
1 parent 0033d8c commit 0dd0447

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ $ npm run start:dev
3232
$ npm run start:prod
3333
```
3434

35+
## 部署
36+
37+
使用 [pm2](https://pm2.keymetrics.io/)
38+
39+
```bash
40+
pm2 start npm --name wechat-token-server -- run start:prod
41+
```
42+
3543
## 测试(未做)
3644

3745
```bash

0 commit comments

Comments
 (0)