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

x/fresh/src/server/types.ts>InternalFreshConfig

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

Properties

dev: boolean
loadSnapshot: boolean
denoJsonPath: string
denoJson: DenoConfig
manifest: Manifest
build: { outDir: string; target: string | string[]; }
optional
render: RenderFunction
plugins: Plugin[]
staticDir: string
optional
router: RouterOptions
server: Partial<Deno.ServeTlsOptions>