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

x/ultra/lib/build/types.ts>BuildOptions

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
type alias BuildOptions
import { type BuildOptions } from "https://deno.land/x/ultra@v2.0.0-alpha.17/lib/build/types.ts";
definition: { browserEntrypoint: string; serverEntrypoint: string; importMap: string; output?: string; exclude?: string[]; sourceMaps?: boolean; jsxImportSource?: string; plugin?: BuildPlugin; }