mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Fix language
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
This commit is contained in:
@@ -226,7 +226,7 @@ export class AppRunner {
|
||||
return import(cssConfigPathJs) as Promise<Record<string, unknown>>;
|
||||
}
|
||||
|
||||
// Finally try and read from the config.community-solid-server
|
||||
// Finally try to read from the config.community-solid-server
|
||||
// field in the root package.json
|
||||
const pkg = await readJSON(packageJsonPath) as { config?: Record<string, unknown> };
|
||||
if (typeof pkg.config?.['community-solid-server'] === 'object') {
|
||||
|
||||
Reference in New Issue
Block a user