diff --git a/cmd/tsconnect/common.go b/cmd/tsconnect/common.go index efe35460f..a3941e614 100644 --- a/cmd/tsconnect/common.go +++ b/cmd/tsconnect/common.go @@ -119,6 +119,9 @@ func runYarn(args ...string) error { // from entry points to hashed file names. type EsbuildMetadata struct { Outputs map[string]struct { + Inputs map[string]struct { + BytesInOutput int64 `json:"bytesInOutput"` + } `json:"inputs,omitempty"` EntryPoint string `json:"entryPoint,omitempty"` } `json:"outputs,omitempty"` } diff --git a/cmd/tsconnect/index.html b/cmd/tsconnect/index.html index ba9a530f6..0d78a1cec 100644 --- a/cmd/tsconnect/index.html +++ b/cmd/tsconnect/index.html @@ -3,7 +3,9 @@
+