Fix QVAC Worker
This commit is contained in:
@@ -100,6 +100,21 @@ npm run ensure:qvac-bare-runtimes # force-install all QVAC host binaries
|
||||
npm run make:client:darwin-arm64
|
||||
```
|
||||
|
||||
### Worker RPC timeout (`RPC initialization timed out after 30000ms`)
|
||||
|
||||
`bundleSdk` writes **absolute** `file:///build-machine/...` imports into
|
||||
`qvac/worker.entry.mjs`. Off the build host Bare cannot load them, so the worker
|
||||
never handshakes.
|
||||
|
||||
Fix (already wired into forge + `build-qvac-worker`):
|
||||
|
||||
```bash
|
||||
node scripts/rewrite-qvac-worker-entry.cjs --force-portable
|
||||
```
|
||||
|
||||
That rewrites the entry to **relative** `../node_modules/@qvac/sdk/...` imports
|
||||
so the packaged app is self-contained.
|
||||
|
||||
### Native host matrix (LLM prebuilds)
|
||||
|
||||
`@qvac/llm-llamacpp` ships Bare prebuilds for:
|
||||
|
||||
Reference in New Issue
Block a user