Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface InternalFreshOptions
import { type InternalFreshOptions } from "https://deno.land/x/fresh@1.5.0/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>