tmp
This commit is contained in:
28
.vscode/launch.json
vendored
Normal file
28
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
// 使用 IntelliSense 了解相关属性。
|
||||||
|
// 悬停以查看现有属性的描述。
|
||||||
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "user-api",
|
||||||
|
"skipFiles": [
|
||||||
|
"<node_internals>/**"
|
||||||
|
],
|
||||||
|
"cwd": "${workspaceFolder}\\api\\user\\",
|
||||||
|
"program": "${workspaceFolder}\\api\\user\\index.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "health-api",
|
||||||
|
"skipFiles": [
|
||||||
|
"<node_internals>/**"
|
||||||
|
],
|
||||||
|
"cwd": "${workspaceFolder}\\api\\health\\",
|
||||||
|
"program": "${workspaceFolder}\\api\\health\\index.js"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Submodule api/health updated: 068cd2dc50...344b1d7332
2
api/user
2
api/user
Submodule api/user updated: fba44ca015...70307d4eb8
Submodule ui/wxapp_escort updated: 2828c28a23...3bbf4b0449
Submodule ui/wxapp_escort_admin updated: 010cf160a0...f8f7afceb8
Reference in New Issue
Block a user