Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

The next-gen web framework.
Extremely Popular
Go to Latest
type alias StartOptions
Re-export
import { type StartOptions } from "https://deno.land/x/fresh@1.1.0/src/server/mod.ts";
definition: ServeInit & FreshOptions & { experimentalDenoServe?: boolean; }