mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
16 lines
411 B
JSON
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}/*"
|
|
},
|
|
}
|
|
]
|
|
} |