feat(dev): add frontend and api to launch config
This commit is contained in:
parent
e55a244924
commit
a43384a09e
|
|
@ -5,7 +5,14 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch",
|
"name": "Launch frontend dev",
|
||||||
|
"type": "node-terminal",
|
||||||
|
"request": "launch",
|
||||||
|
"command": "pnpm run dev",
|
||||||
|
"cwd": "${workspaceRoot}/frontend"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Launch API",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue