feat: use remote registry
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m4s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m4s
This commit is contained in:
parent
385d1dd831
commit
05e8970475
@ -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,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user