mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
15 lines
368 B
JSON
15 lines
368 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Chrome",
|
||
|
"type": "chrome",
|
||
|
"request": "launch",
|
||
|
"url": "http://localhost:3000",
|
||
|
"webRoot": "${workspaceFolder}/src",
|
||
|
"sourceMapPathOverrides": {
|
||
|
"webpack:///src/*": "${webRoot}/*"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|