1
This commit is contained in:
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@@ -9,7 +9,7 @@
|
||||
"request": "launch",
|
||||
"name": "后端调试",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**",
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"resolveSourceMapLocations":[
|
||||
"${workspaceFolder}/",
|
||||
@@ -28,7 +28,16 @@
|
||||
"npm run dev"
|
||||
],
|
||||
"cwd": "${workspaceFolder}/admin"
|
||||
},
|
||||
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
"name": "启动全部(后端+前端)",
|
||||
"configurations": [
|
||||
"后端调试",
|
||||
"后端前端"
|
||||
],
|
||||
"stopAll": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user