fix: use correct url

This commit is contained in:
max_richter 2025-01-15 18:17:04 +01:00
parent a99040f42e
commit edcaab4bd4
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -34,7 +34,7 @@
const registryCache = new IndexDBCache("node-registry");
const nodeRegistry = new RemoteNodeRegistry(
"https://node-store.app.max-richter.dev",
/// "http://localhost:8000",
// "http://localhost:8000",
registryCache,
);
const workerRuntime = new WorkerRuntimeExecutor();