mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
feat: add client package directory to update configuration
- Included the 'client' package directory in the update.js configuration to ensure it is recognized during updates.
This commit is contained in:
parent
ae43b4eed0
commit
21c3a831c3
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ const directories = [
|
|||
rootDir,
|
||||
path.resolve(rootDir, 'packages', 'data-provider'),
|
||||
path.resolve(rootDir, 'packages', 'data-schemas'),
|
||||
path.resolve(rootDir, 'packages', 'client'),
|
||||
path.resolve(rootDir, 'packages', 'api'),
|
||||
path.resolve(rootDir, 'client'),
|
||||
path.resolve(rootDir, 'api'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue