Home / Type/ Dirs Type — astro Architecture

Dirs Type — astro Architecture

Architecture documentation for the Dirs type/interface in manifest.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  eff639c0_51ea_6717_1bdb_f8486904f70a["Dirs"]
  100fc1f9_fbec_d0b6_dc7f_907942d3ae99["manifest.ts"]
  eff639c0_51ea_6717_1bdb_f8486904f70a -->|defined in| 100fc1f9_fbec_d0b6_dc7f_907942d3ae99
  style eff639c0_51ea_6717_1bdb_f8486904f70a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/manifest.ts lines 15–15

type Dirs = Pick<SSRManifest, 'cacheDir' | 'outDir' | 'publicDir' | 'srcDir'>;

Frequently Asked Questions

What is the Dirs type?
Dirs is a type/interface in the astro codebase, defined in packages/astro/src/types/public/manifest.ts.
Where is Dirs defined?
Dirs is defined in packages/astro/src/types/public/manifest.ts at line 15.

Analyze Your Own Codebase

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

Try Supermodel Free