Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3/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.