Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh/src/server/mod.ts>Manifest

The next-gen web framework.
Extremely Popular
Go to Latest
interface Manifest
import { type Manifest } from "https://deno.land/x/fresh@1.4.0/src/server/mod.ts";

Properties

routes: Record<string, { default?: (propsOrRequest: any, ctx: any) => Promise<ComponentChildren | Response> | ComponentChildren; handler?: Handler<any, any> | Handlers<any, any> | UnknownHandler; config?: RouteConfig | LayoutConfig | ErrorHandler; } | MiddlewareModule>
islands: Record<string, IslandModule>
baseUrl: string