Skip to main content
Module

x/fresh/server.ts>ServerContext.fromManifest

The next-gen web framework.
Extremely Popular
Go to Latest
method ServerContext.fromManifest
Re-export
import { ServerContext } from "https://deno.land/x/fresh@1.2.0/server.ts";

Process the manifest into individual components and pages.

Parameters

manifest: Manifest
opts: FreshOptions

Returns

Promise<ServerContext>