Skip to main content

Module node_deployment

Module node_deployment 

Source
Expand description

Node release inventory projected from compiler-published file routes.

This adapter consumes only the immutable route manifest and the compiler’s loader/server-action handoffs. It can host compiler-proven static routes, while routes with a server handoff remain explicitly Node-required until a capability-specific executor is published.

Structs§

NodeDeploymentArtifactV1
NodeDeploymentErrorV1
NodeDeploymentOptionsV1
NodeDeploymentPlanV1
NodeDeploymentRouteV1

Constants§

NODE_DEPLOYMENT_SCHEMA_VERSION

Functions§

build_node_deployment_plan_v1
Produces a Node inventory without interpreting application source.
node_deployment_plan_json_v1
node_static_host_module_v1
Emits a small Node static host that consumes the release plan verbatim. Server-bound routes fail loudly rather than pretending that loaders or server actions were executed.
validate_node_deployment_artifacts_v1
Verifies the output directory against the compiler-authored release inventory.