| 12345678910111213141516 |
- {
- "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"
- }
- ]
- }
|