Fixed angular.json

This commit is contained in:
Sven Heidemann 2023-10-22 12:04:14 +02:00
parent 71c091c226
commit a113e21e19

View File

@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"kdb-web": {
"web": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
@ -20,7 +20,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/kdb-web",
"outputPath": "dist/web",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
@ -86,10 +86,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "kdb-web:build:production"
"browserTarget": "web:build:production"
},
"development": {
"browserTarget": "kdb-web:build:development"
"browserTarget": "web:build:development"
}
},
"defaultConfiguration": "development"
@ -97,7 +97,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "kdb-web:build"
"browserTarget": "web:build"
}
},
"test": {