Skip to main content
Module

x/cav/mod.ts>AssetsInit

A server framework for Deno
Go to Latest
interface AssetsInit
implements Omit<ServeAssetOptions, "path">
import { type AssetsInit } from "https://deno.land/x/cav@0.0.24/mod.ts";

Initializer options for creating an assets() endpoint.

Properties

optional
noPrep: boolean

If true, turns off asset preparation.