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:
@@ -20,6 +20,8 @@ export interface AppVersion {
|
||||
jarChecksum: string;
|
||||
jarFilename: string;
|
||||
jarSizeBytes: number;
|
||||
detectedRuntimeType: string | null;
|
||||
detectedMainClass: string | null;
|
||||
uploadedAt: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user