feat: 拆分 HWPOD Temporal 服务与独立 Web

This commit is contained in:
root
2026-07-20 19:58:02 +02:00
parent d2e9e3593d
commit d7709f0a27
18 changed files with 520 additions and 1 deletions
+3
View File
@@ -22,6 +22,9 @@
"workbench:worker:dev": "bun --watch cmd/hwlab-workbench-worker/main.ts",
"workbench:web:dev": "cd web/hwlab-cloud-web && WORKBENCH_VITE_USE_POLLING=1 bun run dev",
"workbench:native:smoke": "bun test internal/workbench/workbench.test.ts && bun run scripts/workbench-native-smoke.mjs",
"hwpod:api:dev": "bun --watch cmd/hwlab-hwpod-api/main.ts",
"hwpod:worker:dev": "bun --watch cmd/hwlab-hwpod-worker/main.ts",
"hwpod:native:smoke": "bun test internal/hwpod/hwpod.test.ts",
"workbench:p1:inventory": "node scripts/workbench-long-reliability-p1-inventory.mjs",
"dev-runtime-base:build": "node scripts/dev-runtime-base-image.mjs",
"cloud-api:smoke": "node scripts/run-bun.mjs scripts/cloud-api-runtime-smoke.mjs",