AstroPluginOptions Type — astro Architecture
Architecture documentation for the AstroPluginOptions type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 716c01d2_a2ff_e489_9a84_173384aada9b["AstroPluginOptions"] 97247306_c6df_a187_0755_eec66ac1134b["index.ts"] 716c01d2_a2ff_e489_9a84_173384aada9b -->|defined in| 97247306_c6df_a187_0755_eec66ac1134b style 716c01d2_a2ff_e489_9a84_173384aada9b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/vite-plugin-astro/index.ts lines 20–23
interface AstroPluginOptions {
settings: AstroSettings;
logger: Logger;
}
Source
Frequently Asked Questions
What is the AstroPluginOptions type?
AstroPluginOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-astro/index.ts.
Where is AstroPluginOptions defined?
AstroPluginOptions is defined in packages/astro/src/vite-plugin-astro/index.ts at line 20.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free