ServerDeserializedManifest Type — astro Architecture
Architecture documentation for the ServerDeserializedManifest type/interface in manifest.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8657ce02_d939_2a6b_4664_77d5ffaff3e2["ServerDeserializedManifest"] 100fc1f9_fbec_d0b6_dc7f_907942d3ae99["manifest.ts"] 8657ce02_d939_2a6b_4664_77d5ffaff3e2 -->|defined in| 100fc1f9_fbec_d0b6_dc7f_907942d3ae99 style 8657ce02_d939_2a6b_4664_77d5ffaff3e2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/manifest.ts lines 22–30
export type ServerDeserializedManifest = Pick<
SSRManifest,
'base' | 'trailingSlash' | 'compressHTML' | 'site'
> &
DeserializedDirs & {
i18n: AstroConfig['i18n'];
build: Pick<AstroConfig['build'], 'server' | 'client' | 'format'>;
root: URL;
};
Defined In
Source
Frequently Asked Questions
What is the ServerDeserializedManifest type?
ServerDeserializedManifest is a type/interface in the astro codebase, defined in packages/astro/src/types/public/manifest.ts.
Where is ServerDeserializedManifest defined?
ServerDeserializedManifest is defined in packages/astro/src/types/public/manifest.ts at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free