ludu-admin-vue3/.vscode/launch.json
2023-06-13 12:17:40 +08:00

13 lines
220 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch debug",
"request": "launch",
"type": "chrome",
"url": "http://localhost",
"webRoot": "${workspaceFolder}/src"
}
]
}