Options Type — astro Architecture
Architecture documentation for the Options type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 9446a68b_0ca6_59be_fbaf_f093b23fd03c["Options"] fcb0b8cf_45f8_2d29_61ca_f2b1b437b94b["types.ts"] 9446a68b_0ca6_59be_fbaf_f093b23fd03c -->|defined in| fcb0b8cf_45f8_2d29_61ca_f2b1b437b94b style 9446a68b_0ca6_59be_fbaf_f093b23fd03c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/node/src/types.ts lines 35–43
export interface Options extends UserOptions {
host: string | boolean;
port: number;
server: string;
client: string;
assets: string;
trailingSlash?: SSRManifest['trailingSlash'];
staticHeaders: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the Options type?
Options is a type/interface in the astro codebase, defined in packages/integrations/node/src/types.ts.
Where is Options defined?
Options is defined in packages/integrations/node/src/types.ts at line 35.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free