Module

x/fresh/server.ts>ResolvedFreshConfig

The next-gen web framework.
Extremely Popular
Latest
interface ResolvedFreshConfig
import { type ResolvedFreshConfig } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";

Properties

dev: boolean
build: { outDir: string; target: string | string[]; }
plugins: Plugin[]
staticDir: string
optional
router: RouterOptions
server: Partial<Deno.ServeTlsOptions>
basePath: string