Home / Type/ AstroVitePluginOptions Type — astro Architecture

AstroVitePluginOptions Type — astro Architecture

Architecture documentation for the AstroVitePluginOptions type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  9e744bd0_17f3_f5fd_884e_1bcf755c92b3["AstroVitePluginOptions"]
  940bf6b8_08dc_39d6_8acd_921dccfcc472["index.ts"]
  9e744bd0_17f3_f5fd_884e_1bcf755c92b3 -->|defined in| 940bf6b8_08dc_39d6_8acd_921dccfcc472
  style 9e744bd0_17f3_f5fd_884e_1bcf755c92b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/vite-plugin-css/index.ts lines 22–25

interface AstroVitePluginOptions {
	routesList: RoutesList;
	command: 'dev' | 'build';
}

Frequently Asked Questions

What is the AstroVitePluginOptions type?
AstroVitePluginOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-css/index.ts.
Where is AstroVitePluginOptions defined?
AstroVitePluginOptions is defined in packages/astro/src/vite-plugin-css/index.ts at line 22.

Analyze Your Own Codebase

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

Try Supermodel Free