localhost_oa_front/.vscode/launch.json

14 lines
252 B
JSON
Raw Permalink Normal View History

2024-02-27 17:22:27 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}