chore: launch API correctly

This commit is contained in:
Jan De Dobbeleer 2022-07-12 20:42:49 +02:00 committed by Jan De Dobbeleer
parent 8b4f752103
commit 9e0244bc24

4
.vscode/launch.json vendored
View file

@ -131,7 +131,9 @@
"type": "node", "type": "node",
"request": "attach", "request": "attach",
"port": 9229, "port": 9229,
"preDebugTask": "func: host start" "preLaunchTask": "func: host start",
"cwd": "${workspaceFolder}/website",
"envFile": "${workspaceFolder}/website/.env"
}, },
{ {
"name": "Debug CLI(cache)", "name": "Debug CLI(cache)",