Home / Type/ CloudflarePrerendererOptions Type — astro Architecture

CloudflarePrerendererOptions Type — astro Architecture

Architecture documentation for the CloudflarePrerendererOptions type/interface in prerenderer.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  5b584d29_738c_2328_1b06_1af5e856e60e["CloudflarePrerendererOptions"]
  ea6368b4_dbad_1087_375b_000717fdb94e["prerenderer.ts"]
  5b584d29_738c_2328_1b06_1af5e856e60e -->|defined in| ea6368b4_dbad_1087_375b_000717fdb94e
  style 5b584d29_738c_2328_1b06_1af5e856e60e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/cloudflare/src/prerenderer.ts lines 11–17

interface CloudflarePrerendererOptions {
	root: AstroConfig['root'];
	serverDir: AstroConfig['build']['server'];
	clientDir: AstroConfig['build']['client'];
	base: AstroConfig['base'];
	trailingSlash: AstroConfig['trailingSlash'];
}

Frequently Asked Questions

What is the CloudflarePrerendererOptions type?
CloudflarePrerendererOptions is a type/interface in the astro codebase, defined in packages/integrations/cloudflare/src/prerenderer.ts.
Where is CloudflarePrerendererOptions defined?
CloudflarePrerendererOptions is defined in packages/integrations/cloudflare/src/prerenderer.ts at line 11.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free