release: bump version to 0.62.0
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
持续跟随:
|
||||
|
||||
```bash
|
||||
./planet.sh log -f # 前端: /tmp/planet_frontend.log
|
||||
./planet.sh log -b # 后端: /tmp/planet_backend.log
|
||||
./planet.sh log -f # 前端: ~/.local/state/planet/frontend.log
|
||||
./planet.sh log -b # 后端: ~/.local/state/planet/backend.log
|
||||
./planet.sh log -a # AI Provider: planet_aiprovider 容器日志
|
||||
```
|
||||
|
||||
@@ -234,6 +234,20 @@ bun run build
|
||||
source ~/.zshrc && bun run build
|
||||
```
|
||||
|
||||
开发时继续使用 `bun run dev`,Vite HMR 会在保存源码后刷新浏览器。`bun run build` 只生成 `dist` 产物,不会刷新已经打开的 dev 页面。
|
||||
|
||||
需要看生产包并在构建成功后自动刷新时使用:
|
||||
|
||||
```bash
|
||||
bun run preview:auto
|
||||
```
|
||||
|
||||
只想监听源码并持续构建,不启动预览服务时使用:
|
||||
|
||||
```bash
|
||||
bun run build:watch
|
||||
```
|
||||
|
||||
后端依赖通过 uv 管理:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user