mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 03:54:23 +01:00
disable prompts until complete
This commit is contained in:
parent
b750bd2970
commit
c617b15bcd
2 changed files with 6 additions and 4 deletions
|
|
@ -5,8 +5,10 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server .",
|
||||
"build": "Webpack . --watch",
|
||||
"server": "npx nodemon server/index.js",
|
||||
"build": "Webpack .",
|
||||
"server": "npx node server/index.js",
|
||||
"build-dev": "Webpack . --watch",
|
||||
"server-dev": "npx nodemon server/index.js",
|
||||
"test": "test"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue