Skip to content

Commit

Permalink
build(wrangler): update deprecated node_compat to compatibility_flags
Browse files Browse the repository at this point in the history
nodejs_compat should now be used as a replacement for node_compat
  • Loading branch information
Aetherinox committed Oct 7, 2024
1 parent ba1ce80 commit 1c3c9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

name = "searxico"
main = "src/index.js"
compatibility_date = "2024-10-06"
workers_dev = true
node_compat = true
compatibility_flags = [ "nodejs_compat" ]
compatibility_date = "2024-09-23"

# The rate limiting API is in open beta.
[[unsafe.bindings]]
Expand Down

0 comments on commit 1c3c9b0

Please sign in to comment.