Build App Entry

Wire built features into a running application — import peer schemas, lazy-load peers, and mount the root UI.

Adobe 63201c9 696 B Updated 142 repo stars

File contents

  • The base (features/main) core-database imports each peer feature's core-database plugin, so all schemas coexist, persist, and sync while the base type stays decoupled.
  • The base reaches a peer only through a lazy element wrapper (dynamic import), so peers load on demand.
  • The entry point creates the live database from MainService.plugin (the base feature's assembled database — see features/services/main-service/index.md) and mounts the root UI.

See features/index.md (one-app-many-features) for the wiring rules.

adobe/data/tree/main/packages/data-ai/skills/build-app-entry commit 63201c995d

Frequently asked questions

npx skillmds@latest add adobe/build-app-entry