Merge pull request #2923 from mindspawn/outlook-msg

Support Outlook Message File Format
This commit is contained in:
Timothy Jaeryang Baek
2024-06-07 21:50:03 -07:00
committed by GitHub
3 changed files with 17 additions and 2 deletions

View File

@@ -89,7 +89,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
'xls',
'xlsx',
'pptx',
'ppt'
'ppt',
'msg'
];
// Source: https://kit.svelte.dev/docs/modules#$env-static-public