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

Properties

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