mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-04 07:10:18 +01:00
feat: bun support 🥟 (#907)
* feat: bun 🥟
* check if playwright/linux workflow is fixed
* fix: backend issues exposed by bun
* feat: update scripts for bun
This commit is contained in:
parent
a9215ed9ce
commit
75be9a3279
11 changed files with 33 additions and 13 deletions
|
|
@ -9,7 +9,9 @@
|
|||
"dev": "cross-env NODE_ENV=development dotenv -e ../.env -- vite",
|
||||
"preview-prod": "cross-env NODE_ENV=development dotenv -e ../.env -- vite preview",
|
||||
"test": "cross-env NODE_ENV=test jest --watch",
|
||||
"test:ci": "cross-env NODE_ENV=test jest --ci"
|
||||
"test:ci": "cross-env NODE_ENV=test jest --ci",
|
||||
"b:build": "NODE_ENV=production bunx --bun vite build",
|
||||
"b:dev": "NODE_ENV=development bunx --bun vite"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue