|
3 | 3 | "version": 1,
|
4 | 4 | "newProjectRoot": "projects",
|
5 | 5 | "projects": {
|
6 |
| - "angular-security-course": { |
| 6 | + "angular-pwa-course": { |
7 | 7 | "root": "",
|
8 | 8 | "sourceRoot": "src",
|
9 | 9 | "projectType": "application",
|
|
48 | 48 | "serve": {
|
49 | 49 | "builder": "@angular-devkit/build-angular:dev-server",
|
50 | 50 | "options": {
|
51 |
| - "browserTarget": "angular-security-course:build" |
| 51 | + "browserTarget": "angular-pwa-course:build" |
52 | 52 | },
|
53 | 53 | "configurations": {
|
54 | 54 | "production": {
|
55 |
| - "browserTarget": "angular-security-course:build:production" |
| 55 | + "browserTarget": "angular-pwa-course:build:production" |
56 | 56 | }
|
57 | 57 | }
|
58 | 58 | },
|
59 | 59 | "extract-i18n": {
|
60 | 60 | "builder": "@angular-devkit/build-angular:extract-i18n",
|
61 | 61 | "options": {
|
62 |
| - "browserTarget": "angular-security-course:build" |
| 62 | + "browserTarget": "angular-pwa-course:build" |
63 | 63 | }
|
64 | 64 | },
|
65 | 65 | "test": {
|
|
91 | 91 | }
|
92 | 92 | }
|
93 | 93 | },
|
94 |
| - "angular-security-course-e2e": { |
| 94 | + "angular-pwa-course-e2e": { |
95 | 95 | "root": "",
|
96 | 96 | "sourceRoot": "",
|
97 | 97 | "projectType": "application",
|
|
100 | 100 | "builder": "@angular-devkit/build-angular:protractor",
|
101 | 101 | "options": {
|
102 | 102 | "protractorConfig": "./protractor.conf.js",
|
103 |
| - "devServerTarget": "angular-security-course:serve" |
| 103 | + "devServerTarget": "angular-pwa-course:serve" |
104 | 104 | }
|
105 | 105 | },
|
106 | 106 | "lint": {
|
|
115 | 115 | }
|
116 | 116 | }
|
117 | 117 | },
|
118 |
| - "defaultProject": "angular-security-course", |
| 118 | + "defaultProject": "angular-pwa-course", |
119 | 119 | "schematics": {
|
120 | 120 | "@schematics/angular:component": {
|
121 | 121 | "prefix": "",
|
|
0 commit comments