All checks were successful
continuous-integration/drone/push Build is passing
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Web (Chrome)",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"preLaunchTask": "npm: start",
|
|
"postDebugTask": "Terminate All Tasks",
|
|
"url": "http://localhost:44200/",
|
|
}
|
|
]
|
|
}
|