Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps.ts>ServeAssetOptions

A server framework for Deno
Go to Latest
interface ServeAssetOptions
implements AssetsLocation
Re-export
import { type ServeAssetOptions } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps.ts";

Options controlling how assets are found and served.

Properties

optional
path: string

The path of the file to serve inside the assets directory. If this isn't provided, the routed path from the RouterContext associated with the request will be used.