AstroAdapterFeatureMap Type — astro Architecture
Architecture documentation for the AstroAdapterFeatureMap type/interface in integrations.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 0159f751_8da9_d5fd_34df_16283eefcc0a["AstroAdapterFeatureMap"] 5a61a076_c3db_01bc_0201_03ec73ca05bb["integrations.ts"] 0159f751_8da9_d5fd_34df_16283eefcc0a -->|defined in| 5a61a076_c3db_01bc_0201_03ec73ca05bb style 0159f751_8da9_d5fd_34df_16283eefcc0a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/integrations.ts lines 196–226
export type AstroAdapterFeatureMap = {
/**
* The adapter is able to serve static pages
*/
staticOutput?: AdapterSupport;
/**
* The adapter is able to serve pages that are static or rendered via server
*/
hybridOutput?: AdapterSupport;
/**
* The adapter is able to serve SSR pages
*/
serverOutput?: AdapterSupport;
/**
* The adapter is able to support i18n domains
*/
i18nDomains?: AdapterSupport;
/**
* The adapter is able to support `getSecret` exported from `astro:env/server`
*/
envGetSecret?: AdapterSupport;
/**
* The adapter supports image transformation using the built-in Sharp image service
*/
sharpImageService?: AdapterSupport;
};
Source
Frequently Asked Questions
What is the AstroAdapterFeatureMap type?
AstroAdapterFeatureMap is a type/interface in the astro codebase, defined in packages/astro/src/types/public/integrations.ts.
Where is AstroAdapterFeatureMap defined?
AstroAdapterFeatureMap is defined in packages/astro/src/types/public/integrations.ts at line 196.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free