mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
parent
a8e731f548
commit
2c6135aa54
1 changed files with 15 additions and 1 deletions
|
@ -21,7 +21,21 @@ 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", "qml", "sh"],
|
||||
"text/plain": [
|
||||
"ts",
|
||||
"py",
|
||||
"opts",
|
||||
"lock",
|
||||
"jsonl",
|
||||
"qml",
|
||||
"sh",
|
||||
"c",
|
||||
"cs",
|
||||
"h",
|
||||
"js",
|
||||
"lua",
|
||||
"pas",
|
||||
],
|
||||
},
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue