chore(vite): remove server block (no need to pin port 3000 strict)

vite default already binds 3000 if available; no real requirement to
strict-port. AGENTS.md / README.md synced.
This commit is contained in:
2026-04-25 17:19:27 +08:00
parent 4a78ba2882
commit 27e5f3c76f
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Kubernetes 上:把 `./server migrate` 放进 initContainer 或 Helm `pre-upgra
| 命令 | 作用 |
| --- | --- |
| `bun run dev` | Vite 开发服务器(端口 3000strict |
| `bun run dev` | Vite 开发服务器(默认端口 3000 |
| `bun run build` | 构建到 `.output/``bun run compile` 会用到) |
| `bun run compile` | 生成单二进制 `out/server-<target>` |
| `bun run typecheck` | TypeScript 类型检查 |