17 lines
321 B
JSON
17 lines
321 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|