gitdataai/libs/frontend
ZhenYi 215846b1db feat(api): pre-compress static assets with brotli and gzip
- build.rs: generate .gz and .br compressed variants at build time,
  embed both into the FRONTEND constant
- dist.rs: content-type for SPA fallback uses index.html path explicitly,
  explicit extension mapping for Vite content-hashed filenames
- frontend lib: get_frontend_asset_compressed returns (data, encoding, etag)
2026-04-25 20:09:09 +08:00
..
src feat(api): pre-compress static assets with brotli and gzip 2026-04-25 20:09:09 +08:00
build.rs feat(api): pre-compress static assets with brotli and gzip 2026-04-25 20:09:09 +08:00
Cargo.toml feat(api): pre-compress static assets with brotli and gzip 2026-04-25 20:09:09 +08:00