@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
14 lines (13 loc) • 491 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Logs a warning if the base URL changes.",
"@id": "urn:solid-server:default:BaseUrlVerifier",
"@type": "BaseUrlVerifier",
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
"storageKey": "current-base-url",
"storage": { "@id": "urn:solid-server:default:SetupStorage" }
}
]
}