Render handout page on server
Some checks failed
CI / Check typos (push) Successful in 10s
CI / Check links (push) Failing after 11s
CI / Clippy (push) Successful in 49s
CI / Build and test (push) Successful in 2m9s
CI / Deploy on waypoint (push) Has been cancelled
CI / Build container (push) Has been cancelled

This commit is contained in:
2025-11-04 19:25:08 -08:00
parent 62a3da195f
commit 31d8aff331
11 changed files with 605 additions and 365 deletions

View File

@@ -68,6 +68,8 @@ impl From<LoggingConfig> for EnvFilter {
format!("h2={}", conf.silence),
format!("rustls={}", conf.silence),
format!("tower={}", conf.silence),
format!("reqwest={}", conf.silence),
format!("axum={}", conf.silence),
//
// Libs
//