gf-vben-admin/.vscode/launch.json

14 lines
252 B
JSON
Raw Permalink Normal View History

2020-10-09 23:22:55 +08:00
{
"version": "0.2.0",
"configurations": [
{
2020-12-03 21:49:32 +08:00
"type": "chrome",
2020-10-09 23:22:55 +08:00
"request": "launch",
2020-12-03 21:49:32 +08:00
"name": "Launch Chrome",
"url": "http://localhost:3100",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
2021-08-24 22:41:48 +08:00
}
2020-10-09 23:22:55 +08:00
]
}