From 459b2423e5c03aa27cf79f2f9ea89e7fe8346ca8 Mon Sep 17 00:00:00 2001 From: Arnolxu Date: Sat, 15 Jun 2024 17:57:55 +0300 Subject: [PATCH] Some other changes to make Workers work --- .github/workflows/cloudflare.yml | 1 - wrangler.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index c58fb7d..bac0b17 100755 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -27,4 +27,3 @@ jobs: uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CF_API_TOKEN }} - environment: 'production' diff --git a/wrangler.toml b/wrangler.toml index df2364f..11518c1 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,3 +2,4 @@ name = "artadoproxy" main = "./dist/index.js" workers_dev = true compatibility_date = "2024-06-15" +node_compat = true