Skip to content

Commit

Permalink
build: change file location
Browse files Browse the repository at this point in the history
sys: vim temp files in windows ignored
  • Loading branch information
nickskliar-davies committed Jun 13, 2024
1 parent 5f50d03 commit eadf8d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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: "/pill-runner/" # App source code path
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
###### End of Repository/Build Configurations ######
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# vim
.un~
*.*~

0 comments on commit eadf8d8

Please sign in to comment.