|
15 | 15 | "prefix": "acb",
|
16 | 16 | "architect": {
|
17 | 17 | "build": {
|
18 |
| - "builder": "@angular-devkit/build-angular:application", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": {
|
20 | 20 | "outputPath": "dist/ai-chatbot",
|
21 | 21 | "index": "src/index.html",
|
|
82 | 82 | "defaultConfiguration": "production"
|
83 | 83 | },
|
84 | 84 | "serve": {
|
85 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 85 | + "builder": "@angular/build:dev-server", |
86 | 86 | "configurations": {
|
87 | 87 | "production": {
|
88 | 88 | "buildTarget": "ai-chatbot:build:production"
|
|
94 | 94 | "defaultConfiguration": "development"
|
95 | 95 | },
|
96 | 96 | "extract-i18n": {
|
97 |
| - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 97 | + "builder": "@angular/build:extract-i18n" |
98 | 98 | },
|
99 | 99 | "test": {
|
100 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 100 | + "builder": "@angular/build:karma", |
101 | 101 | "options": {
|
102 | 102 | "polyfills": ["zone.js", "zone.js/testing"],
|
103 | 103 | "tsConfig": "tsconfig.spec.json",
|
|
140 | 140 | },
|
141 | 141 | "cli": {
|
142 | 142 | "analytics": "e40b8025-7619-477b-93cc-efabe8396c81"
|
| 143 | + }, |
| 144 | + "schematics": { |
| 145 | + "@schematics/angular:component": { |
| 146 | + "type": "component" |
| 147 | + }, |
| 148 | + "@schematics/angular:directive": { |
| 149 | + "type": "directive" |
| 150 | + }, |
| 151 | + "@schematics/angular:service": { |
| 152 | + "type": "service" |
| 153 | + }, |
| 154 | + "@schematics/angular:guard": { |
| 155 | + "typeSeparator": "." |
| 156 | + }, |
| 157 | + "@schematics/angular:interceptor": { |
| 158 | + "typeSeparator": "." |
| 159 | + }, |
| 160 | + "@schematics/angular:module": { |
| 161 | + "typeSeparator": "." |
| 162 | + }, |
| 163 | + "@schematics/angular:pipe": { |
| 164 | + "typeSeparator": "." |
| 165 | + }, |
| 166 | + "@schematics/angular:resolver": { |
| 167 | + "typeSeparator": "." |
| 168 | + } |
143 | 169 | }
|
144 | 170 | }
|
0 commit comments