Skip to content

Commit

Permalink
fix fe output location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed May 4, 2024
1 parent 8846b45 commit 2b88cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: '.' # App source code path
output_location: '/dist' # Built app content directory - optional
output_location: '/packages/client/dist' # Built app content directory - optional
###### End of Repository/Build Configurations ######

0 comments on commit 2b88cd9

Please sign in to comment.