mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
707 B
JSON
17 lines
707 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/app/variables/cli/cli.json",
|
|
"files-scs:config/app/variables/resolver/resolver.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Combines a CliExtractor and SettingsResolver to be used by the AppRunner.",
|
|
"@id": "urn:solid-server-app-setup:default:CliResolver",
|
|
"@type": "CliResolver",
|
|
"cliExtractor": { "@id": "urn:solid-server-app-setup:default:CliExtractor" },
|
|
"settingsResolver": { "@id": "urn:solid-server-app-setup:default:SettingsResolver" }
|
|
}
|
|
]
|
|
}
|