mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-05 04:31:56 -07:00
global: snapshot
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user