Fix QVAC Worker
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user