This commit is contained in:
2026-08-18 18:11:28 -04:00
parent 0e9a650fa2
commit bbaf47028f
259 changed files with 0 additions and 0 deletions
@@ -0,0 +1,16 @@
/**
* Pack graph anchor for QVAC.
* Static import so bare-pack embeds the bind module + @qvac/sdk (dynamic
* import() alone was not present in app.bundle at runtime).
*
* Loaded from pack-imports / host only; SDK JS evaluates when this module loads.
* When packing with --skip-qvac, `@qvac/sdk` is remapped to stubs.
*/
import * as qvacSdkBind from './bare-os-qvac-sdk-bind.mjs'
export { qvacSdkBind }
/** @deprecated kept for pack-imports reference */
export function bareOsQvacEnsurePackGraph() {
return qvacSdkBind
}