Skip to main content
Module

x/fastro/http/deps.ts>esbuild.ServeOptions

Fast and simple web application framework for deno
Go to Latest
interface esbuild.ServeOptions
import { type esbuild } from "https://deno.land/x/fastro@v0.74.1/http/deps.ts";
const { ServeOptions } = esbuild;

Properties

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