mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
Add more text file forced extensions (#1016)
This commit is contained in:
parent
335ac43a5a
commit
752e3e22ed
@ -21,7 +21,7 @@ class MimeDetector {
|
||||
// which has had this extension far before TS was invented. So need to force re-map this MIME map.
|
||||
this.lib.define(
|
||||
{
|
||||
"text/plain": ["ts", "py", "opts", "lock", "jsonl"],
|
||||
"text/plain": ["ts", "py", "opts", "lock", "jsonl", "qml", "sh"],
|
||||
},
|
||||
true
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user