Skip to main content
Go to Latest
interface ServeOptions
import { type ServeOptions } from "https://deno.land/x/esbuild@v0.21.1/mod.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