Skip to content

inspectBuild

function inspectBuild(input: { app?: IFlareApp; host: intersection }): BuildSnapshot

Captures a read-only snapshot of a FlareHost and optional built IFlareApp.

Callable before or after build(). Pre-compile sections return empty or partial data.

input { app?: IFlareApp; host: intersection }

returns BuildSnapshot

Learn: Inspect the build graph

Last updated: