Skip to content

Commit

Permalink
Update wrangler.toml
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 663b2f8 commit ae82789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: "${{ matrix.path }}"
wranglerVersion: "3.67.0"
wranglerVersion: "3.77.0"
secrets: |
ADMINS
AUTH_GITHUB_ID
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "dashboard-page"
main = "./dist/cloudflare/worker.js"
site.bucket = "./dist/cloudflare/public"
compatibility_date = "2024-09-13"
compatibility_flags = [ "nodejs_compat_v2" ]
compatibility_flags = [ "nodejs_compat" ]

[build]
command = "pnpm run build"
Expand Down

0 comments on commit ae82789

Please sign in to comment.