Fix QVAC Worker
CI / test (push) Successful in 2m40s
Release rolling / release (push) Successful in 11m42s

This commit is contained in:
Raven Scott
2026-07-30 16:01:34 -04:00
parent 726dbdfd56
commit 2007ff6ad3
5 changed files with 291 additions and 16 deletions
+3
View File
@@ -51,6 +51,9 @@ async function main() {
`[build-qvac-worker] ok addons=${(result.addons || []).length} bundle=${result.bundlePath || '(default)'}`
)
// bundleSdk writes absolute file:// imports — rewrite for packaged / CI clients
require('./rewrite-qvac-worker-entry.cjs').ensurePortableWorkerEntry({ root })
if (typeof commands.verifyBundle === 'function') {
const verify = await commands.verifyBundle({
projectRoot: root,