source: Sources/frontend/.vscode/launch.json@ cd15236

Last change on this file since cd15236 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 474 bytes
Line 
1{
2 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3 "version": "0.2.0",
4 "configurations": [
5 {
6 "name": "ng serve",
7 "type": "pwa-chrome",
8 "request": "launch",
9 "preLaunchTask": "npm: start",
10 "url": "http://localhost:4200/"
11 },
12 {
13 "name": "ng test",
14 "type": "chrome",
15 "request": "launch",
16 "preLaunchTask": "npm: test",
17 "url": "http://localhost:9876/debug.html"
18 }
19 ]
20}
Note: See TracBrowser for help on using the repository browser.