feat: 拆分 HWPOD Temporal 服务与独立 Web
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user