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

Config

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

Additional configuration of the backend for this build.

interface Config {
runConfig?: RunConfig;
}

§Properties

§

Optional. Environment variables for this build.

§
runConfig?: RunConfig
[src]

Optional. Additional configuration of the Cloud Run service.