mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
Update constants.ts
This commit is contained in:
parent
f69bc57fed
commit
cff8534f33
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
|
||||||
'xls',
|
'xls',
|
||||||
'xlsx',
|
'xlsx',
|
||||||
'pptx',
|
'pptx',
|
||||||
'ppt'
|
'ppt',
|
||||||
|
'msg'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
|
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue