nixos-systems/modules/system/librechat/0001-npm-pack.patch
Eli Ribble 34c105f73d Use librechat 0.8.0-rc2, add config directory
This is an attempt to build LibreChat myself to get access to the
config/ directory which contains scripts for managing the balance.
2025-08-11 18:45:18 +00:00

21 lines
396 B
Diff

diff --git a/package.json b/package.json
index 3a86469c..11e6afb3 100644
--- a/package.json
+++ b/package.json
@@ -146,5 +146,16 @@
"admin/",
"packages/"
]
+ },
+ "files": [
+ "api",
+ "client/dist",
+ "config",
+ "packages/data-provider",
+ "packages/data-schemas",
+ "packages/mcp"
+ ],
+ "bin": {
+ "librechat-server": "api/server/index.js"
}
}