Skip to content

Commit e7f6f70

Browse files
committed
增加bun 部署
1 parent abfe997 commit e7f6f70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ $ npm run dev
2727
# 打包
2828
$ npm run build
2929

30+
31+
# 部署
32+
nohup node ./wzdoc.js &
33+
34+
# bun部署
35+
bun run wzdoc.js
36+
3037
```
3138

3239
## LICENSE

0 commit comments

Comments
 (0)