mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-03-13 09:46:24 +01:00
24 lines
623 B
JSON
24 lines
623 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Launch Edge against dev",
|
|
"url": "http://localhost:8080",
|
|
"runtimeArgs": ["--inprivate"],
|
|
"webRoot": "${workspaceFolder}",
|
|
"preLaunchTask": "setupProject",
|
|
"postDebugTask": "Terminate All Tasks"
|
|
},
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome against dev",
|
|
"url": "http://localhost:8080",
|
|
"webRoot": "${workspaceFolder}",
|
|
"preLaunchTask": "setupProject",
|
|
"postDebugTask": "Terminate All Tasks"
|
|
}
|
|
]
|
|
}
|