never meant to commit this

This commit is contained in:
JandereDev 2022-04-18 15:11:48 +02:00
parent 62c3c08adf
commit 077b46fde7
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

20
.vscode/launch.json vendored
View file

@ -4,9 +4,27 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"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",
"name": "Debug",
"name": "Bridge",
"request": "launch",
"type": "node-terminal",
}