Browse Source

fix: live-server set port use [--port=PORT] (#5687)

pull/5689/head
ijackwu 1 year ago
committed by GitHub
parent
commit
bb683804f4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/src/guide/essentials/build.md

2
docs/src/guide/essentials/build.md

@ -47,7 +47,7 @@ cd apps/web-antd/dist
# 本地预览,默认端口8080
live-server
# 指定端口
live-server --port 9000
live-server --port=9000
```
## 压缩

Loading…
Cancel
Save