Skip to main content
Module

x/cav/bundle.ts>serveBundle

A server framework for Deno
Go to Latest
function serveBundle
import { serveBundle } from "https://deno.land/x/cav@0.2.0-alpha.7/bundle.ts";

Response factory for bundling and serving TypeScript and JavaScript files. Bundled files are cached into memory and watched for changes, if possible. When a change occurs, the cached bundle is invalidated. The request is only used for caching headers.