Skip to content

Commit

Permalink
SWA confog
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandrunen committed Feb 23, 2024
1 parent 999c424 commit 90f8258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ 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: "/src/frontend" # App source code path
app_location: "src/frontend" # App source code path
api_location: ".output/server" # Api source code path - optional
output_location: ".output/public" # Built app content directory - optional
skip_api_build: true
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"platform": {
"apiRuntime": "node:18"
}
}
}

0 comments on commit 90f8258

Please sign in to comment.