Skip to content

Commit

Permalink
fix: update wrangler.toml compatibility and observability
Browse files Browse the repository at this point in the history
Updated compatibility date and flags, enabling observability.
  • Loading branch information
gentlementlegen committed Nov 25, 2024
1 parent cd6e0f3 commit f0073f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name = "ubiquibot-command-wallet"
main = "src/worker.ts"
compatibility_date = "2024-06-24"
node_compat = true

compatibility_date = "2024-09-23"
compatibility_flags = [ "nodejs_compat" ]
[env.dev]
[env.prod]

[observability]
enabled = true

0 comments on commit f0073f2

Please sign in to comment.