Skip to content

Commit

Permalink
fix: Authjs building
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan-724 authored and SergioRibera committed Sep 13, 2024
1 parent ae82789 commit 8af7983
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: "${{ matrix.path }}"
wranglerVersion: "3.77.0"
secrets: |
ADMINS
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"type": "module",
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/sveltekit": "^1.4.2"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "dashboard-page"
name = "dashboard"
main = "./dist/cloudflare/worker.js"
site.bucket = "./dist/cloudflare/public"
compatibility_date = "2024-09-13"
Expand Down

0 comments on commit 8af7983

Please sign in to comment.