From 70fc678f3d5076e17a325651fb7e9b7418ab4b05 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 29 Jun 2026 16:50:56 +0000 Subject: [PATCH] fix: initialize cloud web runtime postprocess flag --- scripts/src/hwlab-node/render.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/src/hwlab-node/render.ts b/scripts/src/hwlab-node/render.ts index 69b4ea66..a52e37d6 100644 --- a/scripts/src/hwlab-node/render.ts +++ b/scripts/src/hwlab-node/render.ts @@ -1613,6 +1613,7 @@ export function nodeRuntimePipelinePostprocessScript(): string[] { " let publicEndpointChanged = false;", " let dbSslModeChanged = false;", " let codeAgentRuntimeChanged = false;", + " let cloudWebRuntimeChanged = false;", " for (const file of yamlFiles(runtimePath)) {", " if (path.basename(file) === 'kustomization.yaml') continue;", " const docs = readYamlDocuments(file);",