Extremely Popular
Go to Latest
function serve
import { serve } from "https://dotland.deno.dev/x/esbuild@v0.16.1/mod.d.ts";

This function is similar to "build" but it serves the resulting files over HTTP on a localhost address with the specified port.

  • Works in node: yes
  • Works in browser: no

Documentation: https://esbuild.github.io/api/#serve

Parameters

serveOptions: ServeOptions
buildOptions: BuildOptions