Home / Type/ Options Type — astro Architecture

Options Type — astro Architecture

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

Entity Profile

Dependency Diagram

graph TD
  13518531_e084_3726_cc24_6956c728a25e["Options"]
  521ea8e1_a097_01f1_b8ac_61938dc6b706["index.ts"]
  13518531_e084_3726_cc24_6956c728a25e -->|defined in| 521ea8e1_a097_01f1_b8ac_61938dc6b706
  style 13518531_e084_3726_cc24_6956c728a25e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/solid/src/index.ts lines 68–70

export interface Options extends Pick<ViteSolidPluginOptions, 'include' | 'exclude'> {
	devtools?: boolean;
}

Frequently Asked Questions

What is the Options type?
Options is a type/interface in the astro codebase, defined in packages/integrations/solid/src/index.ts.
Where is Options defined?
Options is defined in packages/integrations/solid/src/index.ts at line 68.

Analyze Your Own Codebase

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

Try Supermodel Free