DevPipelineCreate Type — astro Architecture
Architecture documentation for the DevPipelineCreate type/interface in pipeline.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD b36815e3_57cd_3075_42ee_f0271ab19712["DevPipelineCreate"] 51b278d5_a895_65bb_f125_920d5fb11dbb["pipeline.ts"] b36815e3_57cd_3075_42ee_f0271ab19712 -->|defined in| 51b278d5_a895_65bb_f125_920d5fb11dbb style b36815e3_57cd_3075_42ee_f0271ab19712 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/app/dev/pipeline.ts lines 13–13
type DevPipelineCreate = Pick<NonRunnablePipeline, 'logger' | 'manifest' | 'streaming'>;
Defined In
Source
Frequently Asked Questions
What is the DevPipelineCreate type?
DevPipelineCreate is a type/interface in the astro codebase, defined in packages/astro/src/core/app/dev/pipeline.ts.
Where is DevPipelineCreate defined?
DevPipelineCreate is defined in packages/astro/src/core/app/dev/pipeline.ts at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free