global: snapshot

This commit is contained in:
nym21
2025-12-29 13:20:52 +01:00
parent 647f177f31
commit 445959f5b9
22 changed files with 794 additions and 650 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ Promise.all([
]).then(([signals, { BrkClient, VERSION }, { createResources }, { initOptions }]) =>
signals.createRoot(() => {
const brk = new BrkClient("/");
const resources = createResources(brk, signals);
const resources = createResources(signals);
const owner = signals.getOwner();
console.log(`VERSION = ${VERSION}`);