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

This commit is contained in:
ijackwu 2025-03-09 08:49:06 +08:00 committed by GitHub
parent e2a577de24
commit bb683804f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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