mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 11:26:03 +00:00
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "http://localhost:3100",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true
|
|
},
|
|
]
|
|
}
|