Skip to main content
Module

x/cav/assets.ts>WatchAssetsOptions

A server framework for Deno
Go to Latest
interface WatchAssetsOptions
implements AssetsLocation
import { type WatchAssetsOptions } from "https://deno.land/x/cav@0.0.24/assets.ts";

Options for the watchAssets() function.

Properties

optional
failSilently: boolean

If this is true and an error occurs during the initial asset preparation loop (due to insufficient permissions, for example), the error will be suppressed and asset watching will fail silently.