feat: use remote registry
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m4s

This commit is contained in:
max_richter 2024-12-20 16:11:30 +01:00
parent 385d1dd831
commit 05e8970475
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -33,7 +33,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/nodes", "https://node-store.app.max-richter.dev",
// "http://localhost:8000", // "http://localhost:8000",
registryCache, registryCache,
); );