mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-08 00:52:37 +01:00
fix build client package
This commit is contained in:
parent
9f270127d3
commit
0b7dd55797
22 changed files with 148 additions and 565 deletions
|
|
@ -19,6 +19,12 @@
|
|||
"~/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "../../client/src/components/Input/ModelSelect/SelectDropDownPop.tsx"],
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../client/src/components/Input/ModelSelect/SelectDropDownPop.tsx",
|
||||
"../../client/src/components/UI-Components/TermsAndConditionsModal.tsx",
|
||||
"../../client/src/components/Input/ModelSelect/MultiSelectPop.tsx",
|
||||
"../../client/src/components/Input/ModelSelect/MultiSelectDropDown.tsx"
|
||||
],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue