From f0073f260de6614b5bbca54fb630fb53c2ba70a1 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 25 Nov 2024 23:55:50 +0900 Subject: [PATCH] fix: update wrangler.toml compatibility and observability Updated compatibility date and flags, enabling observability. --- wrangler.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 3a2e0d0..dc151ee 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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 \ No newline at end of file