Last change
on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
474 bytes
|
Rev | Line | |
---|
[8423429] | 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.