Skip to main content
Module

x/fresh/server.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/server.ts";

Properties

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