Skip to main content

Module cloudflare_deployment

Module cloudflare_deployment 

Source
Expand description

Cloudflare Workers Static Assets projection over compiler-published routes.

The adapter validates compiler artifacts and executes only a compiler-issued route table. It never reads application source or adds a framework runtime.

Structs§

CloudflareWorkersArtifactV1
CloudflareWorkersDeploymentErrorV1
CloudflareWorkersDeploymentOptionsV1
CloudflareWorkersStaticDeploymentPlanV1
CloudflareWorkersStaticRouteV1

Constants§

CLOUDFLARE_WORKERS_COMPATIBILITY_DATE_V1
Tested Workers compatibility target for the current Presolve release train.
CLOUDFLARE_WORKERS_STATIC_DEPLOYMENT_SCHEMA_VERSION

Functions§

build_cloudflare_workers_static_deployment_plan_v1
Projects one compiler file-route manifest into immutable Cloudflare facts.
cloudflare_workers_static_plan_json_v1
cloudflare_workers_static_worker_module_v1
Generates a Worker that consumes only the canonical route table. It is a static asset executor, not a generic server or client router.
cloudflare_workers_wrangler_jsonc_v1
validate_cloudflare_workers_artifacts_v1
Confirms that provider-upload bytes still equal the compiler inventory.