Skip to main content
Module

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

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
interface esbuild.ServeOptions
import { type esbuild } from "https://deno.land/x/fastro@v0.85.0/http/build/deps.ts";
const { ServeOptions } = esbuild;

Properties

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