Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.5.2/src/server/mod.ts";

Properties

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