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:
@@ -77,7 +77,7 @@ Kubernetes 上:把 `./server migrate` 放进 initContainer 或 Helm `pre-upgra
|
||||
|
||||
| 命令 | 作用 |
|
||||
| --- | --- |
|
||||
| `bun run dev` | Vite 开发服务器(端口 3000,strict) |
|
||||
| `bun run dev` | Vite 开发服务器(默认端口 3000) |
|
||||
| `bun run build` | 构建到 `.output/`(`bun run compile` 会用到) |
|
||||
| `bun run compile` | 生成单二进制 `out/server-<target>` |
|
||||
| `bun run typecheck` | TypeScript 类型检查 |
|
||||
|
||||
Reference in New Issue
Block a user