Skip to content

packDir

packDir(rawAssetsRoot, id): string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:46

The single source of truth for where a pack lives under a raw-assets root: <rawAssetsRoot>/<packId>/. bootstrapPack WRITES here and the default-source resolvers READ here, so a pack fetched by the CLI is always found by resolveDefaultPackKit/assertPackPresent — the convention can’t diverge. Uses the validated descriptor.id (never a raw caller string) in the join.

string

string

string