Run daemon on packaged Bare runtime
Rolling release / release (push) Canceled after 14m9s
CI / verify (push) Canceled after 14m18s

This commit is contained in:
2026-09-11 15:52:53 -04:00
parent 562f1a6316
commit a3314db1e9
30 changed files with 2953 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
await import('bare-node-runtime/global');
const { qvacStatus } = await import('./qvac-master.js');
console.log(JSON.stringify(qvacStatus(), null, 2));