Skip to main content
Module

x/packup/vendor/esbuild_deno_loader/test_deps.ts>esbuild.ServeOptions

📦 Zero-config web application packager in Deno
Go to Latest
interface esbuild.ServeOptions
import { type esbuild } from "https://deno.land/x/packup@v0.1.13/vendor/esbuild_deno_loader/test_deps.ts";
const { ServeOptions } = esbuild;

Properties

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