Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BuildSource

import type { BuildSource } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";

The source for the build.

interface BuildSource {
codebase?: CodebaseSource;
container?: ContainerSource;
}

§Properties

§

A codebase source.

§

An Artifact Registry container image source.