demo config changes
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@ -27,15 +27,20 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch chat-server.js",
|
||||
"name": "start chat-server.js",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/web/chat-server.js",
|
||||
// "program": "${workspaceFolder}/web/chat-server.js",
|
||||
"runtimeExecutable": "npm", // Use npm to run the script
|
||||
"runtimeArgs": [
|
||||
"run",
|
||||
"start:demo-chat" // The script to run
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"env": {
|
||||
"CONDA_ENV": "node", //?
|
||||
"NODE_ENV": "development"
|
||||
"NODE_ENV": "demo"
|
||||
"OPENAI_API_KEY":
|
||||
},
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
|
Reference in New Issue
Block a user