mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Chrome against localhost, with sourcemaps",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"url": "http://localhost:8001",
|
|
"sourceMaps": true,
|
|
"webRoot": "${workspaceRoot}"
|
|
},
|
|
{
|
|
"name": "Attach to Chrome, with sourcemaps",
|
|
"type": "chrome",
|
|
"request": "attach",
|
|
"port": 9222,
|
|
"sourceMaps": true,
|
|
"webRoot": "${workspaceRoot}"
|
|
}
|
|
]
|
|
} |