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.1.2/src/server/mod.ts";

Properties

routes: Record<string,
| RouteModule
| MiddlewareModule
| AppModule
| ErrorPageModule
| UnknownPageModule
>
islands: Record<string, IslandModule>
baseUrl: string
optional
config: DenoConfig