Home / Function/ loadApp() — astro Function Reference

loadApp() — astro Function Reference

Architecture documentation for the loadApp() function in node.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  a6b62c57_7d5d_9762_744f_affc515bdf3c["loadApp()"]
  81a03fae_a2bc_f6d1_94ef_f29ffefe8af6["node.ts"]
  a6b62c57_7d5d_9762_744f_affc515bdf3c -->|defined in| 81a03fae_a2bc_f6d1_94ef_f29ffefe8af6
  322400e2_6b6a_5d22_5fc3_58892ba232a6["loadManifest()"]
  a6b62c57_7d5d_9762_744f_affc515bdf3c -->|calls| 322400e2_6b6a_5d22_5fc3_58892ba232a6
  style a6b62c57_7d5d_9762_744f_affc515bdf3c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/app/node.ts lines 327–330

export async function loadApp(rootFolder: URL): Promise<NodeApp> {
	const manifest = await loadManifest(rootFolder);
	return new NodeApp(manifest);
}

Domain

Subdomains

Frequently Asked Questions

What does loadApp() do?
loadApp() is a function in the astro codebase, defined in packages/astro/src/core/app/node.ts.
Where is loadApp() defined?
loadApp() is defined in packages/astro/src/core/app/node.ts at line 327.
What does loadApp() call?
loadApp() calls 1 function(s): loadManifest.

Analyze Your Own Codebase

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

Try Supermodel Free