resolveDefaultPackKit
resolveDefaultPackKit(
rawAssetsRoot): readonlyPackResolution[]
Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:119
Resolve every registered pack against a raw-assets root, reporting which are
present and which are missing. An app composes its default game from the
present packs; assertPackPresent turns a missing required pack into a
clear, actionable error. Convention: each pack lives at <root>/<packId>/.
Parameters
Section titled “Parameters”rawAssetsRoot
Section titled “rawAssetsRoot”string
Returns
Section titled “Returns”readonly PackResolution[]