Skip to content

Commit a865c15

Browse files
Update src/deploy/apphosting/release.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a3c2405 commit a865c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/apphosting/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default async function (context: Context, options: Options): Promise<void
5050
const rollouts = backendIds.map((backendId) => {
5151
const cfg = context.backendConfigs[backendId];
5252
const isLocalBuild = cfg.localBuild && isEnabled("apphostinglocalbuilds");
53-
let source: any;
53+
let source: import("../../gcp/apphosting").Build["source"];
5454
if (isLocalBuild) {
5555
source = {
5656
locallyBuilt: {

0 commit comments

Comments
 (0)