GeoLeaf Core API - v3.0.0
    Preparing search index...

    Function bootWithPreset

    • Loads the configuration, composes the preset's capabilities and hands over to the ModuleRegistry. Resolves once every module's init() has run (or has failed — a registry failure is logged, not thrown, exactly as before).

      Returns early — without side effects — when the namespace is unusable, when GeoLeaf.loadConfig is missing, on a second boot call, or when the beforeBoot hook rejects.

      Parameters

      • preset: PresetManifest

        The active preset manifest (the capabilities this bundle embarks).

      • ctx: BootContext

        The boot collaborators (see BootContext).

      Returns Promise<void>