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>FreshOptions

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

Properties

optional
render: RenderFunction
optional
plugins: Plugin[]
optional
staticDir: string