Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface esbuildTypes.ServeOptions
import { type esbuildTypes } from "https://deno.land/x/fresh@1.4.2/src/build/deps.ts";
const { ServeOptions } = esbuildTypes;

Properties

optional
port: number
optional
host: string
optional
servedir: string
optional
keyfile: string
optional
certfile: string
optional
onRequest: (args: ServeOnRequestArgs) => void