[go: nahoru, domu]

Skip to content

Commit

Permalink
add node fetch import (#7118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlshen committed May 6, 2024
1 parent 234e35e commit 4659cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apphosting/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { DeepOmit } from "../metaprogramming";
import { webApps } from "./app";
import { GitRepositoryLink } from "../gcp/devConnect";
import * as ora from "ora";
import fetch from "node-fetch";

const DEFAULT_COMPUTE_SERVICE_ACCOUNT_NAME = "firebase-app-hosting-compute";

Expand Down

0 comments on commit 4659cf4

Please sign in to comment.