Skip to content

Commit

Permalink
fixed error in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gracetxgao committed Sep 9, 2024
1 parent 1e4b437 commit b2c5e69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "apps/demo/src/app/drivers/driver.module.ts",
"with": "apps/demo/src/app/drivers/in-memory.module.ts"
}
]
},
"production": {
"budgets": [
Expand Down

0 comments on commit b2c5e69

Please sign in to comment.