ExecaOptions Type — astro Architecture
Architecture documentation for the ExecaOptions type/interface in shell.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 6c4101f3_2fd5_b725_1d79_921bce2880bd["ExecaOptions"] 06129415_09ea_fe35_36b2_5c1cf09b4686["shell.ts"] 6c4101f3_2fd5_b725_1d79_921bce2880bd -->|defined in| 06129415_09ea_fe35_36b2_5c1cf09b4686 style 6c4101f3_2fd5_b725_1d79_921bce2880bd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/create-astro/src/shell.ts lines 8–12
interface ExecaOptions {
cwd?: string | URL;
stdio?: StdioOptions;
timeout?: number;
}
Defined In
Source
Frequently Asked Questions
What is the ExecaOptions type?
ExecaOptions is a type/interface in the astro codebase, defined in packages/create-astro/src/shell.ts.
Where is ExecaOptions defined?
ExecaOptions is defined in packages/create-astro/src/shell.ts at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free