Remember last used binary and show environment variables

This commit is contained in:
Shantur Rathore
2025-10-26 11:30:29 +00:00
parent 0b26ffd97d
commit 030fc4986e
7 changed files with 92 additions and 9 deletions

View File

@@ -38,4 +38,5 @@ export interface Instance {
logs: LogEntry[]
metadata?: InstanceMetadata
binaryPath?: string
environmentVariables?: Record<string, string>
}