We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
outputs
1 parent 4e0952a commit 3db32b5Copy full SHA for 3db32b5
pr-checks/bundle-metadata.ts
@@ -16,7 +16,7 @@ interface Output {
16
}
17
18
interface Metadata {
19
- outputs: Output[];
+ outputs: Record<string, Output>;
20
21
22
function toMB(bytes: number): string {
0 commit comments