RunHookBuildSsr Type — astro Architecture
Architecture documentation for the RunHookBuildSsr type/interface in hooks.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5681b67c_a212_ffb4_608c_731761157af0["RunHookBuildSsr"] 19f4084c_157f_a15d_f001_5d8088b75dee["hooks.ts"] 5681b67c_a212_ffb4_608c_731761157af0 -->|defined in| 19f4084c_157f_a15d_f001_5d8088b75dee style 5681b67c_a212_ffb4_608c_731761157af0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/integrations/hooks.ts lines 553–558
type RunHookBuildSsr = {
config: AstroConfig;
manifest: SerializedSSRManifest;
logger: Logger;
middlewareEntryPoint: URL | undefined;
};
Defined In
Source
Frequently Asked Questions
What is the RunHookBuildSsr type?
RunHookBuildSsr is a type/interface in the astro codebase, defined in packages/astro/src/integrations/hooks.ts.
Where is RunHookBuildSsr defined?
RunHookBuildSsr is defined in packages/astro/src/integrations/hooks.ts at line 553.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free