refactor: migrate v0.2 runtime services to TypeScript

This commit is contained in:
Codex
2026-05-29 00:46:32 +08:00
parent 8f149b3513
commit 03c09f5c94
38 changed files with 644 additions and 128 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ async function makeFixture({
{
name: "hwlab-codex-api-forwarder",
image: workloadImage,
command: ["node", "/app/cmd/hwlab-codex-api-responses-forwarder/main.mjs"],
command: ["/usr/local/bin/bun", "run", "/app/cmd/hwlab-codex-api-responses-forwarder/main.ts"],
ports: [{ name: "codex-api", containerPort: 49280 }],
env: [
{ name: "HWLAB_CODE_AGENT_CODEX_API_FORWARDER_HOST", value: "127.0.0.1" },