Skip to main content

createRuntime

@forge/monorepo


@forge/monorepo / backend/src / createRuntime

Function: createRuntime()

createRuntime(input): Runtime

Defined in: backend/src/capabilities/runtime.ts:149

Assemble a runtime, or refuse to.

The declaration and the wiring are cross-checked here — every mismatch in one error — so a misconfigured runtime fails at construction rather than three hours into production.

Parameters

input

CreateRuntimeInput

Returns

Runtime