Skip to content

resolveDefaultPackKit

resolveDefaultPackKit(rawAssetsRoot): readonly PackResolution[]

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>/.

string

readonly PackResolution[]