Reference

CloudflarePagesArtifactManifest

Summarizes the files and worker entry produced for a Cloudflare Pages artifact.

Signature

interface CloudflarePagesArtifactManifest

Members

files: { bytes: number; path: string }[]
runtime: "cloudflare-pages"
totalBytes: number
version: 1
worker: "_worker.js"