diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 163309802..5fc1e7b19 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -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