Skip to content

Commit

Permalink
Fix Prisma CF worker deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Mar 29, 2024
1 parent af56c3a commit 0aff02f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions functions/stripe/configuration/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name = "watch-stripe"
main = "../build/output/stripe.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
compatibility_date = "2024-03-29"

logpush = true
usage_model = "unbound"
node_compat = true
workers_dev = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name = "watch-tmdb-refresher-scheduler"
main = "../build/output/tmdb-refresher-scheduler.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
compatibility_date = "2024-03-29"

logpush = true
usage_model = "unbound"
node_compat = true
workers_dev = false

# @see https://developers.cloudflare.com/workers/wrangler/configuration/#triggers
Expand Down
4 changes: 2 additions & 2 deletions functions/tmdb-refresher/configuration/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name = "watch-tmdb-refresher"
main = "../build/output/tmdb-refresher.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
compatibility_date = "2024-03-29"

logpush = true
usage_model = "unbound"
node_compat = true
workers_dev = false

# @see https://developers.cloudflare.com/queues/configuration/
Expand Down

0 comments on commit 0aff02f

Please sign in to comment.