mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 20:00:19 +08:00
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "http://localhost:3100",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|