Skip to content

Commit

Permalink
Merge pull request #62 from onesimus-wiafe/SCRUM-13-frontend-dashboar…
Browse files Browse the repository at this point in the history
…d-page

Scrum 13 frontend dashboard page
  • Loading branch information
djangbahevans authored Aug 7, 2024
2 parents 49c3610 + b8622d0 commit fa00019
Show file tree
Hide file tree
Showing 94 changed files with 4,989 additions and 772 deletions.
9 changes: 8 additions & 1 deletion frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/assets",
{
"glob": "**/*",
"input": "public"
Expand Down Expand Up @@ -50,7 +51,13 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"
Expand Down
Loading

0 comments on commit fa00019

Please sign in to comment.