Skip to content

Commit

Permalink
adjustment dist for spa
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 14, 2024
1 parent 3d00ccc commit 503f7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/up-window-angular",
"outputPath": "dist/up-window-angular-spa",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "dist/up-window-angular/browser",
"public": "dist/up-window-angular-spa/browser",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 503f7d1

Please sign in to comment.