From 92cfd9212efce0dc85f707aff70208542b137541 Mon Sep 17 00:00:00 2001 From: "Thomas M. Edwards" Date: Mon, 6 Nov 2023 12:43:31 -0600 Subject: [PATCH] chore: add `mjs` to known file types --- filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.go b/filesystem.go index 17c1f2a..4494845 100644 --- a/filesystem.go +++ b/filesystem.go @@ -244,7 +244,7 @@ func knownFileType(filename string) bool { "tw2", "twee2", "htm", "html", "css", - "js", + "js", "mjs", "otf", "ttf", "woff", "woff2", "gif", "jpeg", "jpg", "png", "svg", "tif", "tiff", "webp", "aac", "flac", "m4a", "mp3", "oga", "ogg", "opus", "wav", "wave", "weba",