diff --git a/wrangler.development.toml b/wrangler.development.toml index 92ce8e36..5451520d 100644 --- a/wrangler.development.toml +++ b/wrangler.development.toml @@ -3,7 +3,7 @@ name = "orange-meets-development" account_id = "8477399eb04accc1792af96aeaa25222" main = "./build/index.js" # https://developers.cloudflare.com/workers/platform/compatibility-dates -compatibility_date = "2024-06-20" +compatibility_date = "2024-10-07" compatibility_flags = ["nodejs_compat"] [site] diff --git a/wrangler.production.toml b/wrangler.production.toml index e27c1fcd..f4293715 100644 --- a/wrangler.production.toml +++ b/wrangler.production.toml @@ -3,7 +3,7 @@ name = "orange-meets-production" account_id = "8477399eb04accc1792af96aeaa25222" main = "./build/index.js" # https://developers.cloudflare.com/workers/platform/compatibility-dates -compatibility_date = "2024-06-20" +compatibility_date = "2024-10-07" compatibility_flags = ["nodejs_compat"] [site] diff --git a/wrangler.public.toml b/wrangler.public.toml index af0441bc..57bf75b8 100644 --- a/wrangler.public.toml +++ b/wrangler.public.toml @@ -3,7 +3,7 @@ name = "orange-meets-public" account_id = "8477399eb04accc1792af96aeaa25222" main = "./build/index.js" # https://developers.cloudflare.com/workers/platform/compatibility-dates -compatibility_date = "2024-06-20" +compatibility_date = "2024-10-07" compatibility_flags = ["nodejs_compat"] [site] diff --git a/wrangler.staging.toml b/wrangler.staging.toml index f46b6832..37fa7c06 100644 --- a/wrangler.staging.toml +++ b/wrangler.staging.toml @@ -3,7 +3,7 @@ name = "orange-meets-staging" account_id = "8477399eb04accc1792af96aeaa25222" main = "./build/index.js" # https://developers.cloudflare.com/workers/platform/compatibility-dates -compatibility_date = "2024-06-20" +compatibility_date = "2024-10-07" compatibility_flags = ["nodejs_compat"] [site] diff --git a/wrangler.toml b/wrangler.toml index 5ed8e580..b6ac8ece 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "orange-meets" # https://developers.cloudflare.com/workers/platform/compatibility-dates -compatibility_date = "2024-06-20" +compatibility_date = "2024-10-07" main = "./build/index.js" compatibility_flags = ["nodejs_compat"]