mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
12 lines
277 B
JSON
12 lines
277 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "chrome", // chrome、edge
|
|
"name": "vben admin pro dev", // 调试的名称,可以自定义
|
|
"request": "launch",
|
|
"url": "http://localhost:5173",
|
|
"webRoot": "${workspaceFolder}/apps/web-antd/src"
|
|
}
|
|
]
|
|
}
|