feat: add Runtime Type and Custom Arguments fields to deployment Resources tab

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-12 13:11:59 +02:00
parent d5b611cc32
commit ee435985a9
2 changed files with 49 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ export interface AppVersion {
jarChecksum: string;
jarFilename: string;
jarSizeBytes: number;
detectedRuntimeType: string | null;
detectedMainClass: string | null;
uploadedAt: string;
}