Home / Type/ AstroPluginOptions Type — astro Architecture

AstroPluginOptions Type — astro Architecture

Architecture documentation for the AstroPluginOptions type/interface in plugin.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  81545ff6_b521_f106_278e_33402f15fb66["AstroPluginOptions"]
  75a8e8ea_e89a_9f2f_f147_95a5b4ca1f90["plugin.ts"]
  81545ff6_b521_f106_278e_33402f15fb66 -->|defined in| 75a8e8ea_e89a_9f2f_f147_95a5b4ca1f90
  style 81545ff6_b521_f106_278e_33402f15fb66 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/vite-plugin-astro-server/plugin.ts lines 36–39

interface AstroPluginOptions {
	settings: AstroSettings;
	logger: Logger;
}

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-server/plugin.ts.
Where is AstroPluginOptions defined?
AstroPluginOptions is defined in packages/astro/src/vite-plugin-astro-server/plugin.ts at line 36.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free