feat: allow css configuration from package.json or config file

This commit is contained in:
Jesse Wright
2022-11-23 21:26:31 +11:00
committed by Joachim Van Herwegen
parent bf0e35be37
commit d61bf9bf19
5 changed files with 271 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ the [changelog](https://github.com/CommunitySolidServer/CommunitySolidServer/blo
* [How to use the Identity Provider](usage/identity-provider.md)
* [How to automate authentication](usage/client-credentials.md)
* [How to automatically seed pods on startup](usage/seeding-pods.md)
* [Using the CSS as a development server in another project](usage/dev-configuration.md)
## What the internals look like