mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-31 06:45:17 +01:00
chore: remove data-provider and use npm package instead (#713)
* chore: remove data-provider, install npm package * chore: replace monorepo package with npm package: librechat-data-provider * chore: remove data-provider scripts * chore: remove data-provider from .eslintrc.js
This commit is contained in:
parent
777d64088b
commit
369b1f4eba
46 changed files with 1403 additions and 3415 deletions
11
package.json
11
package.json
|
|
@ -4,8 +4,7 @@
|
|||
"description": "",
|
||||
"workspaces": [
|
||||
"api",
|
||||
"client",
|
||||
"packages/*"
|
||||
"client"
|
||||
],
|
||||
"scripts": {
|
||||
"install": "node config/install.js",
|
||||
|
|
@ -19,9 +18,8 @@
|
|||
"backend": "cross-env NODE_ENV=production node api/server/index.js",
|
||||
"backend:dev": "cross-env NODE_ENV=development npx nodemon api/server/index.js",
|
||||
"backend:stop": "node config/stop-backend.js",
|
||||
"build:data-provider": "cd packages/data-provider && npm run build",
|
||||
"frontend": "npm run build:data-provider && cd client && npm run build",
|
||||
"frontend:ci": "npm run build:data-provider && cd client && npm run build:ci",
|
||||
"frontend": "cd client && npm run build",
|
||||
"frontend:ci": "cd client && npm run build:ci",
|
||||
"frontend:dev": "cd client && npm run dev",
|
||||
"e2e": "playwright test --config=e2e/playwright.config.local.ts",
|
||||
"e2e:ci": "playwright test --config=e2e/playwright.config.ts",
|
||||
|
|
@ -76,8 +74,7 @@
|
|||
"api/data/",
|
||||
"data",
|
||||
"client/",
|
||||
"admin/",
|
||||
"packages/"
|
||||
"admin/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue