refactor: converge hwpod node-ops channel

This commit is contained in:
Codex Agent
2026-06-05 16:47:50 +08:00
parent 8a1cd5c725
commit 3e7131f6ab
117 changed files with 1056 additions and 19327 deletions
@@ -17,7 +17,7 @@ const gzipAsync = promisify(gzip);
const GZIP_MIN_BYTES = 1024;
const DEFAULT_AUTH_USERNAME = "admin";
const DEFAULT_AUTH_PASSWORD = "hwlab2026";
const DEFAULT_WORKBENCH_PROJECT_ID = "prj_device_pod_workbench";
const DEFAULT_WORKBENCH_PROJECT_ID = "prj_hwpod_workbench";
export async function serveCloudWeb(options) {
const server = createCloudWebServer(options);