Commit 1e932d91 authored by Marclass's avatar Marclass
Browse files

Update constants.ts

add excel file ext
parent 8bfda730
......@@ -30,7 +30,7 @@ export const SUPPORTED_FILE_EXTENSIONS = [
'pl', 'pm', 'r', 'dart', 'dockerfile', 'env', 'php', 'hs',
'hsc', 'lua', 'nginxconf', 'conf', 'm', 'mm', 'plsql', 'perl',
'rb', 'rs', 'db2', 'scala', 'bash', 'swift', 'vue', 'svelte',
'doc','docx', 'pdf', 'csv', 'txt'
'doc','docx', 'pdf', 'csv', 'txt', 'xls', 'xlsx'
];
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment