Compare commits

..

4 Commits

Author SHA1 Message Date
Jason Cameron
a8393df522 Merge branch 'main' into json/docs
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
2025-09-06 21:27:10 -04:00
Jason Cameron
74c85bb971 docs(installation): document missing environment variables in installation guide 2025-09-06 21:24:37 -04:00
Jason Cameron
4a527a304b docs(installation): add SLOG_LEVEL environment variable to configuration 2025-09-06 20:42:34 -04:00
Jason Cameron
c2ead79823 docs(installation): add SLOG_LEVEL environment variable to configuration 2025-09-06 20:40:11 -04:00

View File

@@ -9,4 +9,3 @@ Checklist:
- [ ] Added a description of the changes to the `[Unreleased]` section of docs/docs/CHANGELOG.md
- [ ] Added test cases to [the relevant parts of the codebase](https://anubis.techaro.lol/docs/developer/code-quality)
- [ ] Ran integration tests `npm run test:integration` (unsupported on Windows, please use WSL)
- [ ] All of my commits have [verified signatures](https://anubis.techaro.lol/docs/developer/signed-commits)