feat(dev): add frontend and api to launch config

This commit is contained in:
kolaente
2025-06-19 12:41:14 +00:00
parent e55a244924
commit a43384a09e

9
.vscode/launch.json vendored
View File

@@ -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",