mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
15 lines
492 B
JSON
15 lines
492 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/http/server-factory/configurator/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Creates an empty HTTP server listening to the provided port.",
|
|
"@id": "urn:solid-server:default:ServerFactory",
|
|
"@type": "BaseServerFactory",
|
|
"configurator": { "@id": "urn:solid-server:default:ServerConfigurator" }
|
|
}
|
|
]
|
|
}
|