mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 16:18:51 +01:00
WIP: Add backend inspect script for easier debugging in production
This commit is contained in:
parent
5402f0f1a8
commit
5a278f4f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
"update-banner": "node config/update-banner.js",
|
||||
"delete-banner": "node config/delete-banner.js",
|
||||
"backend": "cross-env NODE_ENV=production node api/server/index.js",
|
||||
"backend:inspect": "cross-env NODE_ENV=production node --inspect api/server/index.js",
|
||||
"backend:dev": "cross-env NODE_ENV=development npx nodemon api/server/index.js",
|
||||
"backend:experimental": "cross-env NODE_ENV=production node api/server/experimental.js",
|
||||
"backend:stop": "node config/stop-backend.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue