Files
nixpkgs/pkgs/by-name/li/librechat/0001-npm-pack.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
379 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/package.json b/package.json
index 2131951..91e4846 100644
--- a/package.json
+++ b/package.json
@@ -114,5 +114,15 @@
"admin/",
"packages/"
]
+ },
+ "files": [
+ "api",
+ "client/dist",
+ "packages/data-provider",
+ "packages/data-schemas",
+ "packages/mcp"
+ ],
+ "bin": {
+ "librechat-server": "api/server/index.js"
}
}