20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "NDC: Open Frontend",
|
|
"type": "pwa-msedge",
|
|
"request": "launch",
|
|
"url": "http://localhost:5174",
|
|
"webRoot": "${workspaceFolder}/frontend/src"
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "NDC: Run All + Open UI",
|
|
"configurations": ["NDC: Open Frontend"],
|
|
"preLaunchTask": "NDC: Dev All (Backend + Frontend)"
|
|
}
|
|
]
|
|
}
|