mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Vue debugger",
|
|
"url": "http://localhost:3200",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
}
|