Skip to main content
Module

x/lume/deps/esbuild.ts>serve

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function serve
import { serve } from "https://deno.land/x/lume@v1.13.2/deps/esbuild.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