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

apps.create

Creates a new app, assigns an initial subdomain, and sets an asset placeholder

function create(
endpoints: Fission.Endpoints,
dependencies: Dependencies,
subdomain: Maybe<string>,
): Promise<AppMetadata>;
§
create(endpoints: Fission.Endpoints, dependencies: Dependencies, subdomain: Maybe<string>): Promise<AppMetadata>
[src]

§Parameters

§
dependencies: Dependencies
[src]
§
subdomain: Maybe<string>
[src]

Subdomain to create the fission app with

§Return Type