AdapterSelfProperties Type — astro Architecture
Architecture documentation for the AdapterSelfProperties type/interface in integrations.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8e490af7_fda5_d610_d31f_d28737f18583["AdapterSelfProperties"] 5a61a076_c3db_01bc_0201_03ec73ca05bb["integrations.ts"] 8e490af7_fda5_d610_d31f_d28737f18583 -->|defined in| 5a61a076_c3db_01bc_0201_03ec73ca05bb style 8e490af7_fda5_d610_d31f_d28737f18583 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/integrations.ts lines 135–143
interface AdapterSelfProperties {
/**
* Determines how the adapter's entrypoint is handled during the build.
* - `'self'`: The adapter defines its own entrypoint and sets rollupOptions.input
* - `'legacy-dynamic'`: Uses the virtual module entrypoint with dynamic exports
* @default 'legacy-dynamic'
*/
entryType: 'self';
}
Source
Frequently Asked Questions
What is the AdapterSelfProperties type?
AdapterSelfProperties is a type/interface in the astro codebase, defined in packages/astro/src/types/public/integrations.ts.
Where is AdapterSelfProperties defined?
AdapterSelfProperties is defined in packages/astro/src/types/public/integrations.ts at line 135.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free