From cff8534f330b3ed5c81436e438d447fe8e4d4187 Mon Sep 17 00:00:00 2001 From: mindspawn Date: Fri, 7 Jun 2024 21:19:46 -0700 Subject: [PATCH] Update constants.ts --- src/lib/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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