Skip to content

Commit

Permalink
Update package.json and angular.json, does NOT build currently
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Gerstel <[email protected]>
  • Loading branch information
timgerstel committed Sep 17, 2024
1 parent bdeea8c commit 4929a74
Show file tree
Hide file tree
Showing 3 changed files with 2,759 additions and 4,988 deletions.
4 changes: 2 additions & 2 deletions webClient/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {},
"root": "",
"sourceRoot": "src",
"sourceRoot": "/src",
"prefix": "app",
"architect": {
"build": {
Expand All @@ -18,7 +18,7 @@
"browser": ""
},
"index": "src/index.html",
"browser": "src/plugin.ts",
"browser": "/src/plugin.ts",
"polyfills": [
"zone.js"
],
Expand Down
Loading

0 comments on commit 4929a74

Please sign in to comment.