fix: lint issues and docs

This commit is contained in:
Hein
2025-12-30 17:44:57 +02:00
parent 28fd88fff1
commit 9209193157
5 changed files with 1342 additions and 803 deletions

View File

@@ -156,7 +156,7 @@ func NewDefaultMIMEResolver() *DefaultMIMEResolver {
resolver.RegisterMIMEType(".stl", "model/stl")
// Other common web assets
resolver.RegisterMIMEType(".map", "application/json") // Source maps
resolver.RegisterMIMEType(".map", "application/json") // Source maps
resolver.RegisterMIMEType(".swf", "application/x-shockwave-flash")
resolver.RegisterMIMEType(".apk", "application/vnd.android.package-archive")
resolver.RegisterMIMEType(".dmg", "application/x-apple-diskimage")