We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91511aa + 20ac752 commit 3357af6Copy full SHA for 3357af6
server/utils/fileUtils.js
@@ -2,7 +2,7 @@
2
3
export const fileExtensionsArray = ['gif', 'jpg', 'jpeg', 'png', 'bmp', 'wav', 'flac', 'ogg',
4
'oga', 'mp4', 'm4p', 'mp3', 'm4a', 'aiff', 'aif', 'm4v', 'aac', 'webm', 'mpg', 'mp2',
5
- 'mpeg', 'mpe', 'mpv', 'js', 'jsx', 'html', 'htm', 'css', 'json', 'csv', 'obj', 'svg',
+ 'mpeg', 'mpe', 'mpv', 'js', 'jsx', 'html', 'htm', 'css', 'json', 'csv', 'tsv', 'obj', 'svg',
6
'otf', 'ttf', 'txt', 'mov', 'vert', 'frag', 'bin'];
7
8
export const mimeTypes = `image/*,audio/*,text/javascript,text/html,text/css,
0 commit comments