fix: recover run runtime state and logs

This commit is contained in:
npc0-hue
2026-08-07 12:01:26 +08:00
parent 3818fa0344
commit b789925ae5
23 changed files with 297 additions and 78 deletions
+1
View File
@@ -462,6 +462,7 @@ export interface ServerInstanceResponse {
ownerUserId?: string;
adminUserIds: string[];
state: ServerInstanceState;
lifecycleObservedAt?: string;
configVersion: number;
configKey?: string;
configChecksum?: string;