更新 docker-compose 配置,移除客户端模式注释

This commit is contained in:
2026-05-19 10:31:57 +08:00
parent 160136014e
commit 60e5b37913
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"install:opencode": "bun install --cwd .opencode",
"typecheck": "tsc --noEmit -p tsconfig.json",
"typecheck:opencode": "bun run --cwd .opencode typecheck",
"dev": "bun run typecheck:opencode && bun --watch src/server.ts",
"dev": "bun --watch src/server.ts",
"build": "bun run check",
"check": "bun run typecheck && bun run typecheck:opencode",
"start": "bun src/server.ts",