Skip to content

Commit

Permalink
fix: switch the app location
Browse files Browse the repository at this point in the history
  • Loading branch information
shricodev committed Jun 5, 2024
1 parent ae87cbf commit 78f6fa6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
action: "upload"
###### 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
app_location: "/src" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 78f6fa6

Please sign in to comment.