/** * Side-effect / pack anchor: pull host ctx.bare modules into the standalone graph. * Implementation lives in bare-os-ctx-bare-host-modules.mjs (also imported by ctx-bare). * * QVAC: static import of pack-anchor → sdk-bind → @qvac/sdk so bare-pack embeds * the graph (dynamic import alone was missing from app.bundle at runtime). */ import './bare-os-ctx-bare-host-modules.mjs' import './bare-os-qvac-pack-anchor.mjs' export {}