commit to trigger deploy

This commit is contained in:
max_richter 2025-01-15 19:30:12 +01:00
parent edcaab4bd4
commit 05b192e7ab

View File

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