chore: add mjs to known file types

This commit is contained in:
Thomas M. Edwards 2023-11-06 12:43:31 -06:00 committed by GitHub
parent 8c057e03b8
commit 92cfd9212e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",