Skip to main content
Module

x/ultra/build.ts>BuildPlugin

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
type alias BuildPlugin
Re-export
import { type BuildPlugin } from "https://deno.land/x/ultra@v2.0.0-alpha.18/build.ts";
definition: { name: string; onBuild: (context: UltraBuilder, result: BuildResult) => Promise<void> | void; }