Module

x/fresh/server.ts>ServerContext.fromManifest

The next-gen web framework.
Extremely Popular
Latest
method ServerContext.fromManifest
import { ServerContext } from "https://dotland.deno.dev/x/fresh@1.7.1/server.ts";

Process the manifest into individual components and pages.

Parameters

manifest: Manifest
config: FromManifestConfig

Returns

Promise<ServerContext>