Skip to main content
Module

x/fresh/server.ts>ResolvedFreshConfig

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

Properties

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