diff --git a/.vscode/launch.json b/.vscode/launch.json index 7968ff4ae..304e639c4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,14 @@ "version": "0.2.0", "configurations": [ { - "name": "Launch", + "name": "Launch frontend dev", + "type": "node-terminal", + "request": "launch", + "command": "pnpm run dev", + "cwd": "${workspaceRoot}/frontend" + }, + { + "name": "Launch API", "type": "go", "request": "launch", "mode": "auto",