mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🍞 chore: Update bun.lock & Related Scripts (#10824)
- Created a new `bun.lock` file to manage project dependencies effectively. - Removed the obsolete `bun.lockb` file. - Updated `package.json` scripts to streamline the build process for the client and API, enhancing the overall development workflow. - Introduced new build commands for the client package to improve modularity and clarity in the build process.
This commit is contained in:
parent
f55bd6f99b
commit
b68d16bdea
4 changed files with 12234 additions and 2 deletions
|
|
@ -17,7 +17,9 @@
|
|||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"b:clean": "bun run rimraf dist",
|
||||
"build": "npm run clean && rollup -c --bundleConfigAsCjs",
|
||||
"b:build": "bun run b:clean && bun run rollup -c --silent --bundleConfigAsCjs",
|
||||
"build:watch": "rollup -c -w --bundleConfigAsCjs",
|
||||
"dev": "rollup -c -w --bundleConfigAsCjs"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue