Compare commits
2 Commits
a99040f42e
...
main
Author | SHA1 | Date | |
---|---|---|---|
05b192e7ab | |||
edcaab4bd4
|
@ -34,7 +34,6 @@
|
|||||||
const registryCache = new IndexDBCache("node-registry");
|
const registryCache = new IndexDBCache("node-registry");
|
||||||
const nodeRegistry = new RemoteNodeRegistry(
|
const nodeRegistry = new RemoteNodeRegistry(
|
||||||
"https://node-store.app.max-richter.dev",
|
"https://node-store.app.max-richter.dev",
|
||||||
/// "http://localhost:8000",
|
|
||||||
registryCache,
|
registryCache,
|
||||||
);
|
);
|
||||||
const workerRuntime = new WorkerRuntimeExecutor();
|
const workerRuntime = new WorkerRuntimeExecutor();
|
||||||
|
Reference in New Issue
Block a user