17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "Launch Brave against localhost",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"url": "http://localhost:3000",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true,
|
|
"trace": true,
|
|
"runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser"
|
|
}
|
|
]
|
|
}
|