feat: disable remote node registry
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m59s

This commit is contained in:
max_richter 2024-12-18 18:19:46 +01:00
parent 00a9d5b532
commit 972fd39da2

View File

@ -34,7 +34,7 @@
let performanceStore = createPerformanceStore();
const registryCache = new IndexDBCache("node-registry");
const nodeRegistry = new RemoteNodeRegistry("http://localhost:8000/v1");
const nodeRegistry = new RemoteNodeRegistry("");
nodeRegistry.cache = registryCache;
const workerRuntime = new WorkerRuntimeExecutor();
const runtimeCache = new MemoryRuntimeCache();