mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
18 lines
636 B
JSON
18 lines
636 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",
|
|
"files-scs:config/app/init/initializers/prefilled-root.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": [
|
|
{ "@id": "urn:solid-server:default:RootInitializer" }
|
|
]
|
|
}
|
|
]
|
|
}
|