Revert "Compress the web frontend using brotli"

This reverts commit 00e4cb7a75.
This commit is contained in:
Markus Unterwaditzer
2026-05-12 21:10:01 +02:00
committed by Will Greenberg
parent a3e7d0ef43
commit da4e723eff
4 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ jobs:
- name: Build rayhunter-daemon openapi docs
run: |
mkdir -p daemon/web/build
touch daemon/web/build/{favicon.png,index.html.br,rayhunter_orca_only.png,rayhunter_text.png}
touch daemon/web/build/{favicon.png,index.html.gz,rayhunter_orca_only.png,rayhunter_text.png}
cargo run --bin gen_api --features apidocs -- ./rayhunter-openapi.json
- name: Make swagger folder
run: |