Files
Web_AUTS_New_Prod/auts_new.client/.vscode/launch.json

20 lines
403 B
JSON
Raw Normal View History

2025-11-20 14:07:55 +08:00
{
"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}"
}
]
}