feat: some shit
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 47s

This commit is contained in:
max_richter 2024-12-20 16:35:23 +01:00
parent fca59e87e5
commit a99040f42e
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -34,7 +34,7 @@
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", /// "http://localhost:8000",
registryCache, registryCache,
); );
const workerRuntime = new WorkerRuntimeExecutor(); const workerRuntime = new WorkerRuntimeExecutor();