Skip to content

Commit

Permalink
Revert "feat: migrate to typescript" (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Jan 4, 2024
1 parent a1209f0 commit 604eed0
Show file tree
Hide file tree
Showing 47 changed files with 13,169 additions and 4,041 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
azure_static_web_apps_api_token: ${{ secrets.AZURE_SWA_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: "upload"
app_location: "/"
output_location: "dist"
app_location: "src/Client"
output_location: "wwwroot"

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down
Loading

0 comments on commit 604eed0

Please sign in to comment.