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://dotland.deno.dev/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