Skip to content

Commit

Permalink
fix: wrangler tail consumer error (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
flakey5 authored Nov 11, 2024
1 parent bbb7ca7 commit 1cf6ebd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ bucket_name = 'dist-prod'

# Prod
[env.prod]
tail_consumers = [{ service = "dist-worker-prod-tail" }]

[env.prod.vars]
workers_dev = false
ENVIRONMENT = 'prod'
S3_ENDPOINT = 'https://07be8d2fbc940503ca1be344714cb0d1.r2.cloudflarestorage.com'
BUCKET_NAME='dist-prod'
ORIGIN_HOST = 'https://origin.nodejs.org'

[env.prod.tail_consumers]
service = "dist-worker-prod-tail"

[[env.prod.r2_buckets]]
binding = 'R2_BUCKET'
preview_bucket_name = 'dist-prod'
Expand Down

0 comments on commit 1cf6ebd

Please sign in to comment.