💻 fix(client): Allow Code Filetypes and Suppress Known Vite Warnings (#2492)

* refactor(vite): suppress known warnings

* fix: allow known code filetypes if there is a mismatch of expected type, or originalFile.type is empty

* refactor(useFileHandling): naming, use variable
This commit is contained in:
Danny Avila 2024-04-22 20:08:34 -04:00 committed by GitHub
parent 738207de50
commit f94a782b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.5.6",
"version": "0.5.7",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",