Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/imports/esbuild.ts>ServeOptions

A Cybernetical framework for svelte applications in deno
Latest
interface ServeOptions
import { type ServeOptions } from "https://deno.land/x/snel@v0.7.1/imports/esbuild.ts";

Properties

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