Skip to content

Commit

Permalink
Some other changes to make Workers work
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnolxu committed Jun 15, 2024
1 parent 230a9f0 commit 459b242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
environment: 'production'
1 change: 1 addition & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name = "artadoproxy"
main = "./dist/index.js"
workers_dev = true
compatibility_date = "2024-06-15"
node_compat = true

0 comments on commit 459b242

Please sign in to comment.