Files
CommunitySolidServer/config/app/init/default.json
2022-04-19 15:13:55 +02:00

20 lines
668 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
"import": [
"files-scs:config/app/init/base/init.json"
],
"@graph": [
{
"comment": "These handlers are called whenever the server is started, and can be used to ensure that all necessary resources for booting are available.",
"@id": "urn:solid-server:default:ParallelInitializer",
"@type": "ParallelHandler",
"handlers": [
{
"comment": "This handler is here because having this array empty gives Components.js errors.",
"@type": "StaticHandler"
}
]
}
]
}