From ce6468888669511eefd8c330a72499c372c08d0a Mon Sep 17 00:00:00 2001 From: pikastech Date: Tue, 21 Jul 2026 15:18:00 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=B2=E6=9F=93=20Webterm=20=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=A4=BA=E8=AF=8D=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/src/platform-infra-webterm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/src/platform-infra-webterm.ts b/scripts/src/platform-infra-webterm.ts index f9de54e8..9c62c2a2 100644 --- a/scripts/src/platform-infra-webterm.ts +++ b/scripts/src/platform-infra-webterm.ts @@ -480,6 +480,7 @@ function renderCompose(target: WebtermTarget): string { ...target.runtime.environment, WEBTERM_DATA_DOMAIN: target.runtime.runtimeDataDomain, WEBTERM_DATABASE_URL: "${WEBTERM_DATABASE_URL}", + AUTO_RESUME_CLI_PROMPT: target.runtime.autoResumePrompt.prompt, AUTO_START_SESSIONS_JSON: JSON.stringify(target.runtime.autoStartSessions.map((session) => ({ ...session, command: resumeCommandWithPrompt(session, target.runtime.autoResumePrompt),