Skip to main content
Go to Latest
type alias Options
import { type Options } from "https://deno.land/x/esbuild_serve@1.0.0/esbuild_plugin.ts";
definition: { allowPrivateModules?: boolean; defaultToJavascriptIfNothingElseFound?: boolean; disableCache?: boolean; onCacheMiss?: (path: string) => void; onCacheHit?: (path: string) => void; }