chore: linux 网络测试命令验证

This commit is contained in:
xiaojunnuo
2025-09-30 18:01:49 +00:00
parent 2bef608e07
commit b364313297
10 changed files with 304 additions and 463 deletions

8
.vscode/launch.json vendored
View File

@@ -10,8 +10,8 @@
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}/packages/ui/certd-client",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
@@ -20,8 +20,8 @@
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}/packages/ui/certd-server",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},