mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
src/runtime is excluded from core's tsconfig include set — runtime files only reach dist when an included module imports them. Without a root re-export, the ./runtime/start-resolver publishConfig entry pointed at dist/runtime/startResolver.js which tsc never emitted, failing verify:packed-manifests in the Build job. Same precedent as parseStartExpression's index re-export. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>