Skip to content

Commit

Permalink
use correct dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-liapin committed Sep 2, 2024
1 parent 15cba01 commit 9989282
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist"
"base": "dist",
"browser": ""
},
"index": "src/index.html",
"polyfills": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zax-dashboard",
"version": "1.0.8",
"version": "1.0.9",
"author": "Vault12",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9989282

Please sign in to comment.