never meant to commit this
This commit is contained in:
parent
62c3c08adf
commit
077b46fde7
1 changed files with 19 additions and 1 deletions
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
|
@ -4,9 +4,27 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"command": "cd bot && yarn dev",
|
||||||
|
"name": "Bot",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "node-terminal",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "cd api && yarn dev",
|
||||||
|
"name": "API",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "node-terminal",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "cd web && yarn dev",
|
||||||
|
"name": "Web",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "node-terminal",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "cd bridge && yarn dev",
|
"command": "cd bridge && yarn dev",
|
||||||
"name": "Debug",
|
"name": "Bridge",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue