Skip to main content

assemble

Function assemble 

Source
pub async fn assemble(input: NodeInput<'_>) -> Result<RunningNode>
Expand description

Wire NodeInput into a RunningNode: build the handler runtime, the deploy store (materializing the reserved default project), the compute backends + reconcile loop, and the domain-verify reconcile loop.

The caller has already built the store and configured auth/OIDC on options; this is the pure node-graph wiring, identical to what boatramp serve runs.