loadFreeManifest
loadFreeManifest():
Promise<MedievalHexagonManifest>
Defined in: src/manifest/free.ts:16576
Promise-wrapped accessor for the FREE manifest (PRD B2b).
The manifest is already in-memory (it’s a static literal); this loader exists to give async-first consumers a contract that doesn’t change shape once we eventually move the manifest to a JSON-on-disk loader. Identity-stable: every call resolves to the same object reference as the eager freeManifest.
Returns
Section titled “Returns”Promise<MedievalHexagonManifest>