Files
Web_AUTS_New_Prod/auts_new.client/.vscode/launch.json
2025-11-20 14:08:17 +08:00

20 lines
403 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "https://localhost:33891",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "https://localhost:33891",
"webRoot": "${workspaceFolder}"
}
]
}