Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workers/auth_tokens/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "auth_tokens"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "./index.ts"
upload_source_maps = true

Expand Down
2 changes: 1 addition & 1 deletion workers/email_queue/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "mail-queue-consumer"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "./index.ts"
upload_source_maps = true

Expand Down
2 changes: 1 addition & 1 deletion workers/email_webhook/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "webhook"
compatibility_date = "2024-04-29"
compatibility_date = "2024-06-03"
main = "./index.ts"
node_compat = true

Expand Down
2 changes: 1 addition & 1 deletion workers/google_import_queue_consumer/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "google-import-queue-consumer"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "./index.ts"
upload_source_maps = true

Expand Down
2 changes: 1 addition & 1 deletion workers/purchase_order_payment_sync_cron/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "purchase-order-payment-sync-cron"
compatibility_date = "2024-05-13"
compatibility_date = "2024-06-03"
main = "./index.ts"
node_compat = true
upload_source_maps = true
Expand Down
2 changes: 1 addition & 1 deletion workers/sanity_asset_importer/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "sanity-asset-importer"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "./index.ts"
node_compat = true

Expand Down
2 changes: 1 addition & 1 deletion workers/wall_of_fame_cron/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "wall-of-fame-cron"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "./index.ts"
node_compat = true
upload_source_maps = true
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚨 DEFAULT CONFIG 🚨
name = "graphql-api"
compatibility_date = "2023-06-06"
compatibility_date = "2024-06-03"
main = "src/index.ts"
node_compat = true

Expand Down