Skip to main content
Module

x/deno_slack_hooks/deps.ts>esbuild.ServeOptions

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
interface esbuild.ServeOptions
import { type esbuild } from "https://deno.land/x/deno_slack_hooks@1.3.0/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