mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-27 20:56:12 +01:00
Fix: fix javascript heap out of memory error from vite
This commit is contained in:
parent
34c3663308
commit
6e42d4fa3d
2 changed files with 37 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"ESNext"
|
||||
],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"skipLibCheck": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue