vben-admin-thin-next/.vscode/launch.json

14 lines
253 B
JSON
Raw 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
2020-10-09 23:22:55 +08:00
},
]
}