Skip to content

Commit

Permalink
chore: fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed May 24, 2024
1 parent b4acd88 commit c73f036
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "dist/demo"
},
"outputPath": "dist/demo",
"index": "src/index.html",
"polyfills": [
"zone.js"
Expand Down

0 comments on commit c73f036

Please sign in to comment.