Module

x/lume/deps/esbuild.ts>ServeOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ServeOptions
import { type ServeOptions } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/esbuild.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