Skip to content

Commit

Permalink
proper routing
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleyJC committed Apr 3, 2024
1 parent fee796b commit 2c6ec62
Show file tree
Hide file tree
Showing 5 changed files with 1,975 additions and 2,582 deletions.
6 changes: 3 additions & 3 deletions bluenps/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "bluenps:build:production"
"buildTarget": "bluenps:build:production"
},
"development": {
"browserTarget": "bluenps:build:development"
"buildTarget": "bluenps:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "bluenps:build"
"buildTarget": "bluenps:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2c6ec62

Please sign in to comment.