Skip to content

Commit

Permalink
Update angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
almirhodzic committed Feb 20, 2024
1 parent 2f18097 commit b5447c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
],
"fileReplacements": [
{
"replace": "src/app/environments/environment.ts",
"with": "src/app/environments/environment.dev.ts"
"replace": "src/app/environments/environment.dev.ts",
"with": "src/app/environments/environment.ts"
}
],
"outputHashing": "all"
Expand All @@ -86,25 +86,25 @@
"with": "src/app/environments/environment.dev.ts"
}
],
"outputHashing": "all"
"outputHashing": "none"
}
},
"defaultConfiguration": "development"
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "admin:build"
"buildTarget": "admin:build"
},
"configurations": {
"production": {
"browserTarget": "admin:build:production"
"buildTarget": "admin:build:production"
},
"development": {
"browserTarget": "admin:build:development"
"buildTarget": "admin:build:development"
}
},
"defaultConfiguration": "production"
"defaultConfiguration": "development"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down

0 comments on commit b5447c6

Please sign in to comment.