Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/server/mod.ts>ResolvedFreshConfig

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

Properties

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