mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 21:28:50 +01:00
🔒 fix: package-lock file for cross-compatibility (#2515)
This commit is contained in:
parent
3df4fac118
commit
cdab1e9cda
3 changed files with 3631 additions and 3480 deletions
|
|
@ -3,11 +3,6 @@
|
|||
"version": "0.7.1",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"overrides": {
|
||||
"vite": {
|
||||
"rollup": "4.15.0"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"data-provider": "cd .. && npm run build:data-provider",
|
||||
"build:file": "cross-env NODE_ENV=production vite build --debug > vite-output.log 2>&1",
|
||||
|
|
|
|||
7101
package-lock.json
generated
7101
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,11 +7,6 @@
|
|||
"client",
|
||||
"packages/*"
|
||||
],
|
||||
"overrides": {
|
||||
"vite": {
|
||||
"rollup": "4.15.0"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"update": "node config/update.js",
|
||||
"add-balance": "node config/add-balance.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue