mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 22:35:18 +01:00
feature(turbo): Init turborepo - faster everything
This commit is contained in:
parent
3ff8d6f90b
commit
dfaa4fe3ac
5 changed files with 17 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"start": "echo 'please run this from the root directory'",
|
||||
"server-dev": "echo 'please run this from the root directory'",
|
||||
"watch": "cross-env NODE_ENV=development npx nodemon server/index.js",
|
||||
"test": "cross-env NODE_ENV=test jest",
|
||||
"test:ci": "jest --ci",
|
||||
"test2": "node --inspect app/langchain/test2.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue