merge: 对齐 Webterm 恢复提示配置
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user