-
feat: add Static, StaticFS and SPA file serving
released this
2026-04-29 22:15:12 +02:00 | 2 commits to main since this release- Add Static(prefix, root) to serve files from disk on Kite and Group
- Add StaticFS(prefix, fs) to serve from any http.FileSystem on Kite and Group
- Add SPA(root) and SPAFS(fs) for Single Page Application serving — falls back to index.html for unknown paths so client-side routing works correctly
Downloads