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

master
ijackwu 10 months ago committed by GitHub
parent e2a577de24
commit bb683804f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save