Skip to content

Commit

Permalink
Additional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed Nov 17, 2024
1 parent 329fb11 commit df004dd
Show file tree
Hide file tree
Showing 18 changed files with 709 additions and 200 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@ngx-env/builder:browser",
"options": {
"outputPath": "dist/angular-jumpstart",
"index": "src/index.html",
"browser": "src/main.ts",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand Down Expand Up @@ -56,7 +56,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@ngx-env/builder:dev-server",
"configurations": {
"production": {
"buildTarget": "angular-jumpstart:build:production"
Expand All @@ -68,10 +68,10 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n"
"builder": "@ngx-env/builder:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@ngx-env/builder:karma",
"options": {
"polyfills": [
"zone.js",
Expand Down
Loading

0 comments on commit df004dd

Please sign in to comment.