uni-qnc-tob/.vscode/launch.json

17 lines
321 B
JSON
Raw Normal View History

2024-11-24 15:21:01 +08:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug h5",
"type": "chrome",
"runtimeArgs": [
"--remote-debugging-port=9222"
],
"request": "launch",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "uni:h5"
}
]
}