This is an attempt to build LibreChat myself to get access to the config/ directory which contains scripts for managing the balance.
21 lines
396 B
Diff
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"
|
|
}
|
|
}
|