mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
chore: add mjs
to known file types
This commit is contained in:
parent
8c057e03b8
commit
92cfd9212e
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ func knownFileType(filename string) bool {
|
||||||
"tw2", "twee2",
|
"tw2", "twee2",
|
||||||
"htm", "html",
|
"htm", "html",
|
||||||
"css",
|
"css",
|
||||||
"js",
|
"js", "mjs",
|
||||||
"otf", "ttf", "woff", "woff2",
|
"otf", "ttf", "woff", "woff2",
|
||||||
"gif", "jpeg", "jpg", "png", "svg", "tif", "tiff", "webp",
|
"gif", "jpeg", "jpg", "png", "svg", "tif", "tiff", "webp",
|
||||||
"aac", "flac", "m4a", "mp3", "oga", "ogg", "opus", "wav", "wave", "weba",
|
"aac", "flac", "m4a", "mp3", "oga", "ogg", "opus", "wav", "wave", "weba",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue