Files
piktochart-create-editor/.vscode/launch.json
T

16 lines
411 B
JSON

{
// Copied from create-react-app
"version": "0.2.0",
"configurations": [
{
"name": "Debug (Chrome)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
},
}
]
}