gateway tomcat去除
This commit is contained in:
18
urbanLifelineWeb/.vscode/launch.json
vendored
18
urbanLifelineWeb/.vscode/launch.json
vendored
@@ -31,6 +31,21 @@
|
||||
"clear": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "启动 workcase 开发服务器",
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "npm run dev",
|
||||
"cwd": "${workspaceFolder}/packages/workcase",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": false,
|
||||
"panel": "new",
|
||||
"showReuseMessage": true,
|
||||
"clear": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "启动 Bidding 开发服务器",
|
||||
"type": "node-terminal",
|
||||
@@ -53,7 +68,8 @@
|
||||
"configurations": [
|
||||
"启动 Shared 开发服务器",
|
||||
"启动 Platform 开发服务器",
|
||||
"启动 Bidding 开发服务器"
|
||||
"启动 workcase 开发服务器",
|
||||
// "启动 Bidding 开发服务器"
|
||||
],
|
||||
"stopAll": true,
|
||||
"presentation": {
|
||||
|
||||
Reference in New Issue
Block a user