Go to Latest
interface ServeOptions
import { type ServeOptions } from "https://dotland.deno.dev/x/esbuild@v0.20.2/mod.d.ts";

Properties

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