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

x/ultra/lib/build/deps.ts>BuilderOptions

🧙 Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
type alias BuilderOptions
import { type BuilderOptions } from "https://deno.land/x/ultra@v2.1.2/lib/build/deps.ts";
definition: { name?: string; logLevel?: log.LevelName; compilerOptions?: Omit<CompilerOptions, "filename">; cssOptions?: CssProcessorOptions; }