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

x/ultra/build.ts>BuildPlugin

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