Skip to content

applyAssetRefResolvers

applyAssetRefResolvers(app, resolveRef): void

Defined in: packagedRuntime.ts:165

Route audio and video refs through the same resolver as every other asset. playSFX / a video source take plain paths rather than @uuid: refs, so without this they would miss the logical→staged mapping a cooked build needs — one resolution channel, not a parallel base-URL scheme per media type.

App

(ref) => string

void