Skip to content

Commit

Permalink
Merge branch 'main' into chore/rename-master-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 2, 2023
2 parents f489e13 + a7fa655 commit df3328f
Show file tree
Hide file tree
Showing 9 changed files with 14,070 additions and 9,786 deletions.
6 changes: 3 additions & 3 deletions Sample-01/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "login-demo:build"
"buildTarget": "login-demo:build"
},
"configurations": {
"production": {
"browserTarget": "login-demo:build:production"
"buildTarget": "login-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "login-demo:build"
"buildTarget": "login-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit df3328f

Please sign in to comment.