gateway tomcat去除

This commit is contained in:
2025-12-22 17:03:37 +08:00
parent e09817015e
commit b023bec261
55 changed files with 1926 additions and 260 deletions

View File

@@ -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": {