Skip to content

Commit 56dc4ed

Browse files
author
Archish Thakkar
authored
Merge pull request #574 from roshan04/Support_html_mjs_file
Support html mjs file
2 parents fd1101a + 19b59d0 commit 56dc4ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/helpers/constants.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,13 @@ const allowedFileTypes = [
314314
"max",
315315
"mjpeg",
316316
"y4m",
317+
"cjs",
318+
"mjs",
317319
"tsx",
318320
"pfx",
319321
"cfr",
320-
"ico"
322+
"ico",
323+
"html"
321324
];
322325

323326
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)