Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
method ServerContext.fromManifest
import { ServerContext } from "https://deno.land/x/fresh@1.4.2/src/server/context.ts";

Process the manifest into individual components and pages.

Parameters

manifest: Manifest
opts: FreshOptions & { skipSnapshot?: boolean; }