feat(bundle): add zim format support
Some checks failed
arcad/edge/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-10 18:42:05 -06:00
parent 1544212ab5
commit a5c67c29d0
29 changed files with 2282 additions and 20 deletions

View File

@ -27,7 +27,6 @@ func HTML5Fileserver(fs http.FileSystem) http.Handler {
r.URL.Path = "/"
handler.ServeHTTP(w, r)
return
}